Skip to content

Commit

Permalink
chore: release (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: nalpakdj[bot] <170061853+nalpakdj[bot]@users.noreply.github.com>
  • Loading branch information
nalpakdj[bot] authored Oct 7, 2024
1 parent 328c06f commit cb3947f
Show file tree
Hide file tree
Showing 5 changed files with 17 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.

6 changes: 6 additions & 0 deletions squill-cli/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.3](https://github.com/jdkaplan/squill/compare/squill-cli-v0.9.2...squill-cli-v0.9.3) - 2024-10-07

### Added

- Add only_up config field to prevent reversing migrations ([#205](https://github.com/jdkaplan/squill/pull/205))

## [0.9.2](https://github.com/jdkaplan/squill/compare/squill-cli-v0.9.1...squill-cli-v0.9.2) - 2024-10-06

### Other
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.2"
version = "0.9.3"
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.8.2", features = ["runtime-tokio-rustls"] }
squill = { version = "=0.9.2", path = "../squill" }
squill = { version = "=0.10.0", path = "../squill" }
tabled = { version = "0.16.0", git = "https://github.com/jdkaplan/tabled.git", rev="6462758e28619af0b578c37220b74e4e660e0d4f" }
time = "0.3.36"
tokio = { version = "1.40.0", 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.10.0](https://github.com/jdkaplan/squill/compare/squill-v0.9.2...squill-v0.10.0) - 2024-10-07

### Added

- [**breaking**] Add only_up config field to prevent reversing migrations ([#205](https://github.com/jdkaplan/squill/pull/205))

## [0.9.2](https://github.com/jdkaplan/squill/compare/squill-v0.9.1...squill-v0.9.2) - 2024-10-06

### Other
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.2"
version = "0.10.0"
description = "Manage PostgreSQL database migrations"

edition.workspace = true
Expand Down

0 comments on commit cb3947f

Please sign in to comment.