File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
lib/event_sourcery/postgres Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ [ Unreleased ] : https://github.com/envato/event_sourcery-postgres/compare/v1.0.0...HEAD
11+
12+ ## [ 1.0.0] - 2025-12-28
13+
1014### Changed
1115
1216- Resolve issues as identified by RuboCop ([ #78 ] , [ #82 ] , [ #83 ] ).
1317- Minor fixups in gem metadata ([ #79 ] ).
1418- Remove support for older Ruby versions: Ruby 2.6 or greater is now required ([ #80 ] ).
1519
16- [ Unreleased ] : https://github.com/envato/event_sourcery-postgres/compare/v0.9.1...HEAD
20+ [ 1.0.0 ] : https://github.com/envato/event_sourcery-postgres/compare/v0.9.1...v1.0.0
1721[ #78 ] : https://github.com/envato/event_sourcery-postgres/pull/78
1822[ #79 ] : https://github.com/envato/event_sourcery-postgres/pull/79
1923[ #80 ] : https://github.com/envato/event_sourcery-postgres/pull/80
Original file line number Diff line number Diff line change 22
33module EventSourcery
44 module Postgres
5- VERSION = '0.9.1 '
5+ VERSION = '1.0.0 '
66 end
77end
You can’t perform that action at this time.
0 commit comments