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:
parent
b3aac03c71
commit
9215a542f7
2 changed files with 3 additions and 2 deletions
|
|
@ -113,3 +113,4 @@ The application uses simple error handling:
|
||||||
- Stream read/write errors are logged but don't crash the server
|
- Stream read/write errors are logged but don't crash the server
|
||||||
- Invalid HTTP requests return 400 Bad Request
|
- Invalid HTTP requests return 400 Bad Request
|
||||||
- Non-GET methods return 405 Method Not Allowed
|
- 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
2
Cargo.lock
generated
|
|
@ -4,4 +4,4 @@ version = 4
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "naas"
|
name = "naas"
|
||||||
version = "1.0.0"
|
version = "1.0.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue