upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md15
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6and 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
12Initial 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
diff --git a/Cargo.lock b/Cargo.lock
index 20f36ed..83c6b6b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1343,7 +1343,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d"
1343 1343
1344[[package]] 1344[[package]]
1345name = "ngit-grasp" 1345name = "ngit-grasp"
1346version = "0.1.0" 1346version = "1.0.0"
1347dependencies = [ 1347dependencies = [
1348 "anyhow", 1348 "anyhow",
1349 "async-trait", 1349 "async-trait",
diff --git a/Cargo.toml b/Cargo.toml
index e68a73c..7b78b02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "ngit-grasp" 2name = "ngit-grasp"
3version = "0.1.0" 3version = "1.0.0"
4edition = "2021" 4edition = "2021"
5authors = ["ngit-grasp contributors"] 5authors = ["ngit-grasp contributors"]
6license = "MIT" 6license = "MIT"