Skip to content

Commit

Permalink
chore: release v0.8.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkaplan authored Feb 27, 2024
1 parent ae3c3fd commit 6d579d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions 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.8.0](https://github.com/jdkaplan/squill/compare/v0.7.0...v0.8.0) - 2024-02-27

### Fixed
- Print no-migrations message on empty status ([#147](https://github.com/jdkaplan/squill/pull/147))
- Fix typo in init.up.sql comment ([#146](https://github.com/jdkaplan/squill/pull/146))

### Changed
- Switch from native-tls to rustls ([#149](https://github.com/jdkaplan/squill/pull/149))

## [0.7.0](https://github.com/jdkaplan/squill/compare/v0.6.0...v0.7.0) - 2024-02-23

### Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "squill"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Database migrations for PostgreSQL"
Expand Down

0 comments on commit 6d579d0

Please sign in to comment.