File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6- ## [ Unreleased] - 🔜
6+ ## [ Unreleased] - 🔜
7+ ## [ 1.1.0] - 2024-02-13
78### Added
89- Add support for Sinatra 4 ([ #361 ] ( https://github.com/interagent/pliny/pull/361 ) )
910
1011### Changed
1112- Switched branch from master to main ([ #362 ] ( https://github.com/interagent/pliny/pull/362 ) )
1213- Updated dependencies for GitHub Actions ([ #363 ] ( https://github.com/interagent/pliny/pull/363 ) )
1314
14- ## [ 1.0.0] - 🔜
15+ ## [ 1.0.0] - 2023-10-09
1516### Added
1617- Add support for Ruby 3.1 and 3.2 ([ #355 ] ( https://github.com/interagent/pliny/pull/355 ) )
1718- Add support for Sinatra 3 ([ #356 ] ( https://github.com/interagent/pliny/pull/356 ) )
Original file line number Diff line number Diff line change 11module Pliny
2- VERSION = "1.0 .0"
2+ VERSION = "1.1 .0"
33end
You can’t perform that action at this time.
0 commit comments