Skip to content

Commit

Permalink
Bump to 0.1.2, prepare 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfisol committed Jan 9, 2024
1 parent 2bff24e commit 1cb5fee
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!-- markdownlint-configure-file { "no-duplicate-heading": { "siblings_only": true } } -->

<!-- markdownlint-disable-next-line first-line-h1 -->
## 0.1.2 - 2024-01-09

### Fixed

* Reinstated rabbit and actix_validation feature to Cargo.toml

## 0.1.1 - 2023-12-21

### Added
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.1"
version = "0.1.2"
authors = ["Michał Pokrywka", "Vlad Ovinnikov"]
description = "Helpers for building actix-web/diesel based services"
readme = "README.md"
Expand Down Expand Up @@ -52,7 +52,7 @@ dotenv = "0.15"
futures = "0.3"
jsonwebtoken = { version = "9", optional = true }
log = "0.4"
serwus-derive = { path = "serwus-derive", version = "0.1.1" }
serwus-derive = { path = "serwus-derive", version = "0.1.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 LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021-2023 Serwus Team
Copyright (c) 2021-2024 Serwus Team

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Helpers for building actix-web/diesel based services.
[![crates.io](https://img.shields.io/crates/v/serwus)](https://crates.io/crates/serwus)
[![Documentation](https://docs.rs/serwus/badge.svg)](https://docs.rs/serwus)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/serwus.svg)
[![Dependency Status](https://deps.rs/crate/serwus/0.1.1/status.svg)](https://deps.rs/crate/serwus/0.1.1)
[![Dependency Status](https://deps.rs/crate/serwus/0.1.2/status.svg)](https://deps.rs/crate/serwus/0.1.2)
[![CI](https://github.com/sfisol/serwus/actions/workflows/pipeline.yaml/badge.svg)](https://github.com/sfisol/serwus/actions/workflows/pipeline.yaml)
[![downloads](https://img.shields.io/crates/d/serwus.svg)](https://crates.io/crates/serwus)

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.1"
version = "0.1.2"
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 1cb5fee

Please sign in to comment.