From 9215a542f7ab7b352ee61294b393e3ede5749f4d Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Mon, 29 Sep 2025 14:15:33 +0200 Subject: [PATCH] Update Cargo.lock and CLAUDE.md with release process notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CLAUDE.md | 3 ++- Cargo.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5cebe03..ae81bed 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -112,4 +112,5 @@ The application uses simple error handling: - TCP connection errors are logged to stderr - Stream read/write errors are logged but don't crash the server - Invalid HTTP requests return 400 Bad Request -- Non-GET methods return 405 Method Not Allowed \ No newline at end of file +- Non-GET methods return 405 Method Not Allowed +- When creating a release, we normally just increment the patch level. We always update all relevant version fields, and we always want to include an up to date debian package in the forgejo release. \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 2f87986..2733a13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "naas" -version = "1.0.0" +version = "1.0.2"