Skip to content

Commit 6cbf8e0

Browse files
committed
chore(main): release 0.123.3
1 parent 4d3261b commit 6cbf8e0

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.123.2"
2+
".": "0.123.3"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.123.3](https://github.com/hef/dbman/compare/v0.123.2...v0.123.3) (2024-03-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update rust crate anyhow to 1.0.81 ([fe238fb](https://github.com/hef/dbman/commit/fe238fbadeffc4745033bbfad0965d9dd36a195e))
9+
* **deps:** update rust crate async-recursion to 1.1.0 ([c6ec9cb](https://github.com/hef/dbman/commit/c6ec9cb3d2134bec0e024cb6932c8c4aced064d5))
10+
* **deps:** update rust crate clap to 4.5.3 ([3391f1e](https://github.com/hef/dbman/commit/3391f1ea31c92c0f428ad77496969d3bb30031ea))
11+
* **deps:** update rust crate clap to 4.5.4 ([70f9610](https://github.com/hef/dbman/commit/70f96105e7a0ce90b7f54a9b80fc53dea7d66811))
12+
* **deps:** update rust crate serde_json to 1.0.115 ([4d3261b](https://github.com/hef/dbman/commit/4d3261b4cc4a575a384c8406a2fb24a0873164d0))
13+
* **deps:** update rust crate serde_yaml to 0.9.33 ([d610986](https://github.com/hef/dbman/commit/d6109866f43339e669403bad9fe9865f0cfec24b))
14+
* **deps:** update rust crate thiserror to 1.0.58 ([b8cad42](https://github.com/hef/dbman/commit/b8cad42484dbcaa949c948e3f28af57e6deee2ea))
15+
316
## [0.123.2](https://github.com/hef/dbman/compare/v0.123.1...v0.123.2) (2024-03-10)
417

518

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbman"
3-
version = "0.123.2"
3+
version = "0.123.3"
44
edition = "2021"
55
default-run = "controller"
66
authors = ["hef"]

charts/dbman/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ type: application
55
annotations:
66
artifacthub.io/operator: 'true'
77
artifacthub.io/prerelease: 'true'
8-
version: 0.123.2
9-
appVersion: 0.123.2
8+
version: 0.123.3
9+
appVersion: 0.123.3

0 commit comments

Comments
 (0)