Skip to content

Commit

Permalink
chore: release 0.9.0 (#165)
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
jdkaplan and nalpakdj[bot] authored Jun 27, 2024
1 parent 9236e66 commit afb7b9a
Show file tree
Hide file tree
Showing 5 changed files with 21 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.

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

## Unreleased

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

### Added
- Add named migration templates

### Other
- [**breaking**] Split into bin and lib packages

## [0.8.0](https://github.com/jdkaplan/squill/compare/v0.7.0...v0.8.0) - 2024-02-27

### Fixed
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.8.0"
version = "0.9.0"
description = "Command-line tool for PostgreSQL database migrations"

edition.workspace = true
Expand All @@ -24,7 +24,7 @@ anyhow = "1.0.78"
clap = { version = "4.4.12", features = ["derive"] }
figment = { version = "0.10.13", features = ["env", "toml"] }
serde = { version = "1.0.196", features = ["derive"] }
squill = { version = "=0.8.0", path = "../squill" }
squill = { version = "=0.9.0", path = "../squill" }
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres", "time", "uuid"] }
tabled = "0.15.0"
time = { version = "0.3.32", features = ["formatting", "serde"] }
Expand Down
8 changes: 8 additions & 0 deletions squill/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ This project uses [Semantic Versioning], and is currently in a pre-release state

## Unreleased

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

### Added
- [**breaking**] Add named migration templates

### Other
- [**breaking**] Split into bin and lib packages

## [0.8.0](https://github.com/jdkaplan/squill/compare/v0.7.0...v0.8.0) - 2024-02-27

### Fixed
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.8.0"
version = "0.9.0"
description = "Manage PostgreSQL database migrations"

edition.workspace = true
Expand Down

0 comments on commit afb7b9a

Please sign in to comment.