Skip to content

Commit 130f48d

Browse files
committed
Bump version to 0.0.2
1 parent 5ef7df5 commit 130f48d

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.0.2 - 2025-11-06
9+
10+
### Fixes
11+
12+
- Fix module manifest
13+
814
## 0.0.1 - 2025-09-24

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "asimov-gemini-module"
5-
version = "0.0.1"
5+
version = "0.0.2"
66
authors = ["ASIMOV Community"]
77
edition = "2024"
88
#rust-version = "1.85"
@@ -14,7 +14,7 @@ repository = "https://github.com/asimov-modules/asimov-gemini-module"
1414
license = "Unlicense"
1515
keywords = ["asimov-module", "asimov", "ai"]
1616
categories = ["command-line-utilities", "text-processing"] # TODO
17-
publish = false
17+
publish = true
1818

1919
[features]
2020
default = ["all", "cli", "std"]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

0 commit comments

Comments
 (0)