mirror of
https://git.madhouse-project.org/algernon/iocaine.git
synced 2025-03-10 17:28:49 +01:00
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:
parent
3dfe1b22e3
commit
6a65ea27f7
3 changed files with 8 additions and 3 deletions
|
@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
No changes yet.
|
||||
|
||||
## [1.0.0] - 2025-03-01
|
||||
|
||||
_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
2
Cargo.lock
generated
|
@ -1069,7 +1069,7 @@ checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
|
|||
|
||||
[[package]]
|
||||
name = "iocaine"
|
||||
version = "0.1.0-snapshot"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum 0.8.1",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
[package]
|
||||
name = "iocaine"
|
||||
version = "0.1.0-snapshot"
|
||||
version = "1.0.0"
|
||||
description = "The deadliest poison known to AI"
|
||||
license = "MIT"
|
||||
homepage = "https://iocaine.madhouse-project.org/"
|
||||
|
|
Loading…
Reference in a new issue