Skip to content

Commit

Permalink
chore: release (#173)
Browse files Browse the repository at this point in the history
- `squill`: 0.9.0 -> 0.9.1
- `squill-cli`: 0.9.0 -> 0.9.1
  • Loading branch information
nalpakdj[bot] authored Jun 29, 2024
1 parent 0d81c1a commit 47dad21
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions squill-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ This project uses [Semantic Versioning], and is currently in a pre-release state

## Unreleased

## [0.9.1](https://github.com/jdkaplan/squill/compare/squill-cli-v0.9.0...squill-cli-v0.9.1) - 2024-06-29

### Other
- *(deps)* Remove unused dependency features
- *(deps)* bump clap from 4.4.12 to 4.5.8
- *(deps)* bump figment from 0.10.13 to 0.10.19
- *(deps)* bump serde from 1.0.196 to 1.0.203
- *(deps)* bump time from 0.3.32 to 0.3.36

## [0.9.0](https://github.com/jdkaplan/squill/compare/v0.8.0...squill-cli-v0.9.0) - 2024-06-27

### Added
Expand Down
4 changes: 2 additions & 2 deletions squill-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "squill-cli"
version = "0.9.0"
version = "0.9.1"
description = "Command-line tool for PostgreSQL database migrations"

edition.workspace = true
Expand All @@ -25,7 +25,7 @@ clap = { version = "4.5.8", features = ["derive"] }
figment = { version = "0.10.19", features = ["env", "toml"] }
serde = { version = "1.0.203", features = ["derive"] }
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls"] }
squill = { version = "=0.9.0", path = "../squill" }
squill = { version = "=0.9.1", path = "../squill" }
tabled = "0.15.0"
time = "0.3.36"
tokio = { version = "1.35.1", features = ["full"] }
Expand Down
6 changes: 6 additions & 0 deletions squill/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This project uses [Semantic Versioning], and is currently in a pre-release state

## Unreleased

## [0.9.1](https://github.com/jdkaplan/squill/compare/squill-v0.9.0...squill-v0.9.1) - 2024-06-29

### Other
- *(deps)* Remove unused dependency features
- *(deps)* bump time from 0.3.32 to 0.3.36

## [0.9.0](https://github.com/jdkaplan/squill/compare/v0.8.0...squill-v0.9.0) - 2024-06-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion squill/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "squill"
version = "0.9.0"
version = "0.9.1"
description = "Manage PostgreSQL database migrations"

edition.workspace = true
Expand Down

0 comments on commit 47dad21

Please sign in to comment.