We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef7df5 commit e4037a2Copy full SHA for e4037a2
CHANGES.md
@@ -5,4 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## 0.0.2 - 2025-11-06
9
+
10
+### Fixes
11
12
+- Fix module manifest
13
14
## 0.0.1 - 2025-09-24
Cargo.toml
@@ -2,7 +2,7 @@
2
3
[package]
4
name = "asimov-gemini-module"
-version = "0.0.1"
+version = "0.0.2"
authors = ["ASIMOV Community"]
edition = "2024"
#rust-version = "1.85"
VERSION
@@ -1 +1 @@
1
-0.0.1
+0.0.2
0 commit comments