File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
66## [ Unreleased] - 🔜
7+
8+ ## [ 1.0.0] - 🔜
79### Added
810- Add support for Ruby 3.1 and 3.2 ([ #355 ] ( https://github.com/interagent/pliny/pull/355 ) )
911- Add support for Sinatra 3 ([ #356 ] ( https://github.com/interagent/pliny/pull/356 ) )
@@ -204,7 +206,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
204206- Useless code coverage reports. ([ #255 ] ( https://github.com/interagent/pliny/pull/255 ) )
205207- Cleanup of active database connections after migration runs. ([ #257 ] ( https://github.com/interagent/pliny/pull/257 ) )
206208
207- [ Unreleased ] : https://github.com/interagent/pliny/compare/v0.30.2...master
209+ [ Unreleased ] : https://github.com/interagent/pliny/compare/v1.0.0...master
210+ [ 1.0.0 ] : https://github.com/interagent/pliny/compare/v0.30.2...v1.0.0
208211[ 0.32.0 ] : https://github.com/interagent/pliny/compare/v0.31.0...v0.32.0
209212[ 0.31.0 ] : https://github.com/interagent/pliny/compare/v0.30.1...v0.31.0
210213[ 0.30.1 ] : https://github.com/interagent/pliny/compare/v0.30.0...v0.30.1
Original file line number Diff line number Diff line change 11module Pliny
2- VERSION = "0.32 .0"
2+ VERSION = "1.0 .0"
33end
You can’t perform that action at this time.
0 commit comments