Bump the version to 1.0.0, and finalize the release date

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
Gergely Nagy 2025-02-28 22:33:07 +01:00
parent 3dfe1b22e3
commit 6a65ea27f7
No known key found for this signature in database
3 changed files with 8 additions and 3 deletions

View file

@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
## [Unreleased] ## [Unreleased]
No changes yet.
## [1.0.0] - 2025-03-01
_Initial release._ _Initial release._
[Unreleased]: https://git.madhouse-project.org/iocaine/iocaine/commits/branch/main [Unreleased]: https://git.madhouse-project.org/iocaine/iocaine/compare/iocaine-1.0.0...main
[0.1.0]: https://git.madhouse-project.org/iocaine/iocaine/src/tag/iocaine-1.0.0

2
Cargo.lock generated
View file

@ -1069,7 +1069,7 @@ checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
[[package]] [[package]]
name = "iocaine" name = "iocaine"
version = "0.1.0-snapshot" version = "1.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"axum 0.8.1", "axum 0.8.1",

View file

@ -5,7 +5,7 @@
[package] [package]
name = "iocaine" name = "iocaine"
version = "0.1.0-snapshot" version = "1.0.0"
description = "The deadliest poison known to AI" description = "The deadliest poison known to AI"
license = "MIT" license = "MIT"
homepage = "https://iocaine.madhouse-project.org/" homepage = "https://iocaine.madhouse-project.org/"