diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-26 09:26:01 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-26 09:27:13 +0000 |
| commit | fd6b098f41baf8621551f15114c50891642b5872 (patch) | |
| tree | 81edfab5b7aa0dc3f2b2ca07803469ee866f7c03 /CHANGELOG.md | |
| parent | 8cd232727ae31613abba7a3d0485a1cb94fda2f3 (diff) | |
release: v1.0.0v1.0.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 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 | ||