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"