diff options
| -rw-r--r-- | CHANGELOG.md | 15 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 17 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..613bdf8 --- /dev/null +++ b/CHANGELOG.md | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # Changelog | ||
| 2 | |||
| 3 | All notable changes to this project will be documented in this file. | ||
| 4 | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
| 7 | |||
| 8 | ## [Unreleased] | ||
| 9 | |||
| 10 | ## [1.0.0] - 2026-02-26 | ||
| 11 | |||
| 12 | Initial release of ngit-grasp, a GRASP relay implementation in Rust. | ||
| 13 | |||
| 14 | [unreleased]: https://gitworkshop.dev/npub15qydau2hjma6ngxkl2cyar74wzyjshvl65za5k5rl69264ar2exs5cyejr/ngit-grasp/compare/v1.0.0...HEAD | ||
| 15 | [1.0.0]: https://gitworkshop.dev/npub15qydau2hjma6ngxkl2cyar74wzyjshvl65za5k5rl69264ar2exs5cyejr/ngit-grasp/releases/tag/v1.0.0 | ||
| @@ -1343,7 +1343,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d" | |||
| 1343 | 1343 | ||
| 1344 | [[package]] | 1344 | [[package]] |
| 1345 | name = "ngit-grasp" | 1345 | name = "ngit-grasp" |
| 1346 | version = "0.1.0" | 1346 | version = "1.0.0" |
| 1347 | dependencies = [ | 1347 | dependencies = [ |
| 1348 | "anyhow", | 1348 | "anyhow", |
| 1349 | "async-trait", | 1349 | "async-trait", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit-grasp" | 2 | name = "ngit-grasp" |
| 3 | version = "0.1.0" | 3 | version = "1.0.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | authors = ["ngit-grasp contributors"] | 5 | authors = ["ngit-grasp contributors"] |
| 6 | license = "MIT" | 6 | license = "MIT" |