Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomtir committed Jan 12, 2025
1 parent 05d5142 commit 3a6bb94
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## Release v1.2.0 (12th Jan 2025)

- feat: Split lib and package functionality to enable integration testing
- refactor: Hand over conn rather than self-serve
- refactor: Move CONFIG out of common, db and error
- refactor: Move non-db logic from db to utils
- feat: Internal cptserver library src/lib.rs
- feat: Static config for a test database
- feat: Initial integration test for database connection
- fix: Reworked non-functional unit test at print_sql/prep_sql
- feat: Added file_url to licenses
- feat: Changed license number from u8 to String
- feat: Increased nickname length from 20 to 40
- refactor: Renamed db updates to db migrations
- fix: Missing default values of organisation rights
- chore: DB status and release package folder
- chore: Update DB schema to v2

## Release v1.1.0 (21st Dec 2024)

- feat: Added user bank accounts
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cptserver"
version = "1.1.0"
version = "1.2.0"
authors = ["Moritz Oberhauser <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 3a6bb94

Please sign in to comment.