Update Cargo.lock and CLAUDE.md with release process notes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2025-09-29 14:15:33 +02:00
commit 9215a542f7
2 changed files with 3 additions and 2 deletions

View file

@ -113,3 +113,4 @@ The application uses simple error handling:
- 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
- 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.

2
Cargo.lock generated
View file

@ -4,4 +4,4 @@ version = 4
[[package]]
name = "naas"
version = "1.0.0"
version = "1.0.2"