Skip to content

Commit

Permalink
Bump to 0.2.0, prepare 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfisol committed Apr 22, 2024
1 parent 3a13183 commit 2e5863e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
<!-- markdownlint-configure-file { "no-duplicate-heading": { "siblings_only": true } } -->

<!-- markdownlint-disable-next-line first-line-h1 -->
## 0.2.0 - 2024-04-22

### Added

* Stable rust compatibility (Remove need for `result_flattening`)
* Prometheus metrics via `metrics-rs`
* Mysql support

### Changed

* Add debug info to errors in default error handler
* Use bunyan format for tracing
* Obfuscate passwords in logs

## 0.1.2 - 2024-01-09

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serwus"
version = "0.1.2"
version = "0.2.0"
authors = ["Michał Pokrywka", "Vlad Ovinnikov"]
description = "Helpers for building actix-web/diesel based services"
readme = "README.md"
Expand Down Expand Up @@ -49,7 +49,7 @@ dotenv = "0.15"
futures = "0.3"
jsonwebtoken = { version = "9", optional = true }
log = "0.4"
serwus-derive = { path = "serwus-derive", version = "0.1.2" }
serwus-derive = { path = "serwus-derive", version = "0.2" }
num_cpus = "1"
paperclip = { version = "0.8", features = ["actix4", "rust_decimal", "chrono", "swagger-ui"], optional = true }
quick-error = { version = "2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion serwus-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serwus-derive"
version = "0.1.2"
version = "0.2.0"
authors = ["Michał Pokrywka", "Vlad Ovinnikov"]
description = "Helpers for building actix-web/diesel based services - macros"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 2e5863e

Please sign in to comment.