Skip to content

Commit

Permalink
Merge pull request #360 from interagent/bf/prep-release
Browse files Browse the repository at this point in the history
prepare for 1.0 release
  • Loading branch information
beanieboi authored Oct 9, 2023
2 parents ba098bf + 10306e0 commit 28adde0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - 🔜

## [1.0.0] - 🔜
### Added
- Add support for Ruby 3.1 and 3.2 ([#355](https://github.com/interagent/pliny/pull/355))
- Add support for Sinatra 3 ([#356](https://github.com/interagent/pliny/pull/356))
Expand Down Expand Up @@ -204,7 +206,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Useless code coverage reports. ([#255](https://github.com/interagent/pliny/pull/255))
- Cleanup of active database connections after migration runs. ([#257](https://github.com/interagent/pliny/pull/257))

[Unreleased]: https://github.com/interagent/pliny/compare/v0.30.2...master
[Unreleased]: https://github.com/interagent/pliny/compare/v1.0.0...master
[1.0.0]: https://github.com/interagent/pliny/compare/v0.30.2...v1.0.0
[0.32.0]: https://github.com/interagent/pliny/compare/v0.31.0...v0.32.0
[0.31.0]: https://github.com/interagent/pliny/compare/v0.30.1...v0.31.0
[0.30.1]: https://github.com/interagent/pliny/compare/v0.30.0...v0.30.1
Expand Down
2 changes: 1 addition & 1 deletion lib/pliny/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pliny
VERSION = "0.32.0"
VERSION = "1.0.0"
end

0 comments on commit 28adde0

Please sign in to comment.