Skip to content

Commit 10306e0

Browse files
committed
updates
1 parent e629b76 commit 10306e0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The 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

lib/pliny/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pliny
2-
VERSION = "0.32.0"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
 (0)