Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.7.13 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.13](v1.7.12...v1.7.13) (2022-09-13)

### 🦊 CI/CD

* **deps:** bump anyhow from 1.0.58 to 1.0.63 ([50fdfab](50fdfab))
* **deps:** bump futures from 0.3.21 to 0.3.24 ([6a8fd4a](6a8fd4a))
* **deps:** bump serde from 1.0.140 to 1.0.144 ([7b72405](7b72405))
* **deps:** bump serde_json from 1.0.81 to 1.0.82 ([#50](#50)) ([04bb359](04bb359))
* **deps:** bump serde_json from 1.0.82 to 1.0.85 ([d82ca69](d82ca69))
* **deps:** bump wiremock from 0.5.13 to 0.5.14 ([98f5993](98f5993))
  • Loading branch information
semantic-release-bot committed Sep 13, 2022
1 parent 6a8fd4a commit 8f95f1f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minigun"
version = "1.7.12"
version = "1.7.13"
authors = ["lkadalski <kadalski.lukasz@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.7.13](https://github.com/lkadalski/minigun/compare/v1.7.12...v1.7.13) (2022-09-13)


### 🦊 CI/CD

* **deps:** bump anyhow from 1.0.58 to 1.0.63 ([50fdfab](https://github.com/lkadalski/minigun/commit/50fdfab26067490cd1acbe8ba0b4a183181bc1fa))
* **deps:** bump futures from 0.3.21 to 0.3.24 ([6a8fd4a](https://github.com/lkadalski/minigun/commit/6a8fd4ab0f8a6978afe72dac69a44bc2b553755a))
* **deps:** bump serde from 1.0.140 to 1.0.144 ([7b72405](https://github.com/lkadalski/minigun/commit/7b7240515744686789e736c01c1df466bbc37100))
* **deps:** bump serde_json from 1.0.81 to 1.0.82 ([#50](https://github.com/lkadalski/minigun/issues/50)) ([04bb359](https://github.com/lkadalski/minigun/commit/04bb359432baaeec2317030ff569690517ff4091))
* **deps:** bump serde_json from 1.0.82 to 1.0.85 ([d82ca69](https://github.com/lkadalski/minigun/commit/d82ca69c9b6d2514159af6ccc0bccf1b2c0b6b2d))
* **deps:** bump wiremock from 0.5.13 to 0.5.14 ([98f5993](https://github.com/lkadalski/minigun/commit/98f5993421190884ba642208f3cb9eba6de042eb))

## [1.7.12](https://github.com/lkadalski/minigun/compare/v1.7.11...v1.7.12) (2022-08-01)


Expand Down

0 comments on commit 8f95f1f

Please sign in to comment.