diff --git a/CHANGELOG.md b/CHANGELOG.md index 6713467d..83e4a0b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# Changelog 7.x (changes since 7.1.1) +# Changelog 7.2.0 (changes since 7.1.1) + +- Many documentation improvements. +- Other small bug fixes. # Changelog 7.1.1 (changes since 7.1.0) @@ -25,7 +28,7 @@ COMMIT; ALTER TABLE SCHEMA_NAME.event_records ALTER COLUMN xact_id SET DEFAULT pg_current_xact_id()::text::bigint; ``` Next to this migration make sure you copy over the new `sequent_schema.rb` into your project so when you regenerate the database from scratch -in for instance your development environment you have the correct version. +in for instance your development environment you have the correct version. **Other notable changes**: - The `MessageDispatcher` class has been removed. diff --git a/gemfiles/ar_6_0.gemfile.lock b/gemfiles/ar_6_0.gemfile.lock index b69ca0ea..3777836a 100644 --- a/gemfiles/ar_6_0.gemfile.lock +++ b/gemfiles/ar_6_0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - sequent (7.1.2) + sequent (7.2.0) activemodel (>= 6.0) activerecord (>= 6.0) bcrypt (~> 3.1) @@ -42,18 +42,18 @@ GEM concurrent-ruby (~> 1.0) json (2.6.3) language_server-protocol (3.17.0.3) - logger (1.6.1) + logger (1.6.2) method_source (1.0.0) minitest (5.20.0) - oj (3.16.6) + oj (3.16.7) bigdecimal (>= 3.0) ostruct (>= 0.2) - ostruct (0.6.0) + ostruct (0.6.1) parallel (1.23.0) parser (3.2.2.4) ast (~> 2.4.1) racc - pg (1.5.8) + pg (1.5.9) postgresql_cursor (0.6.9) activerecord (>= 6.0) pry (0.14.2) @@ -109,6 +109,7 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/gemfiles/ar_6_1.gemfile.lock b/gemfiles/ar_6_1.gemfile.lock index efb404f4..bf2ebbb3 100644 --- a/gemfiles/ar_6_1.gemfile.lock +++ b/gemfiles/ar_6_1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - sequent (7.1.2) + sequent (7.2.0) activemodel (>= 6.0) activerecord (>= 6.0) bcrypt (~> 3.1) @@ -42,18 +42,18 @@ GEM concurrent-ruby (~> 1.0) json (2.6.3) language_server-protocol (3.17.0.3) - logger (1.6.1) + logger (1.6.2) method_source (1.0.0) minitest (5.20.0) - oj (3.16.6) + oj (3.16.7) bigdecimal (>= 3.0) ostruct (>= 0.2) - ostruct (0.6.0) + ostruct (0.6.1) parallel (1.23.0) parser (3.2.2.4) ast (~> 2.4.1) racc - pg (1.5.8) + pg (1.5.9) postgresql_cursor (0.6.9) activerecord (>= 6.0) pry (0.14.2) @@ -109,6 +109,7 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/gemfiles/ar_7_0.gemfile.lock b/gemfiles/ar_7_0.gemfile.lock index 54b7ac21..996e2827 100644 --- a/gemfiles/ar_7_0.gemfile.lock +++ b/gemfiles/ar_7_0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - sequent (7.1.2) + sequent (7.2.0) activemodel (>= 6.0) activerecord (>= 6.0) bcrypt (~> 3.1) @@ -41,18 +41,18 @@ GEM concurrent-ruby (~> 1.0) json (2.6.3) language_server-protocol (3.17.0.3) - logger (1.6.1) + logger (1.6.2) method_source (1.0.0) minitest (5.20.0) - oj (3.16.6) + oj (3.16.7) bigdecimal (>= 3.0) ostruct (>= 0.2) - ostruct (0.6.0) + ostruct (0.6.1) parallel (1.23.0) parser (3.2.2.4) ast (~> 2.4.1) racc - pg (1.5.8) + pg (1.5.9) postgresql_cursor (0.6.9) activerecord (>= 6.0) pry (0.14.2) @@ -107,6 +107,7 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/gemfiles/ar_7_1.gemfile.lock b/gemfiles/ar_7_1.gemfile.lock index f5e8ffa5..de962765 100644 --- a/gemfiles/ar_7_1.gemfile.lock +++ b/gemfiles/ar_7_1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - sequent (7.1.2) + sequent (7.2.0) activemodel (>= 6.0) activerecord (>= 6.0) bcrypt (~> 3.1) @@ -51,19 +51,19 @@ GEM concurrent-ruby (~> 1.0) json (2.6.3) language_server-protocol (3.17.0.3) - logger (1.6.1) + logger (1.6.2) method_source (1.0.0) minitest (5.20.0) mutex_m (0.2.0) - oj (3.16.6) + oj (3.16.7) bigdecimal (>= 3.0) ostruct (>= 0.2) - ostruct (0.6.0) + ostruct (0.6.1) parallel (1.23.0) parser (3.2.2.4) ast (~> 2.4.1) racc - pg (1.5.8) + pg (1.5.9) postgresql_cursor (0.6.9) activerecord (>= 6.0) pry (0.14.2) @@ -120,6 +120,7 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/gemfiles/ar_7_2.gemfile.lock b/gemfiles/ar_7_2.gemfile.lock index 9a773915..ca23258f 100644 --- a/gemfiles/ar_7_2.gemfile.lock +++ b/gemfiles/ar_7_2.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - sequent (7.1.2) + sequent (7.2.0) activemodel (>= 6.0) activerecord (>= 6.0) bcrypt (~> 3.1) @@ -54,15 +54,15 @@ GEM logger (1.6.1) method_source (1.1.0) minitest (5.25.1) - oj (3.16.6) + oj (3.16.7) bigdecimal (>= 3.0) ostruct (>= 0.2) - ostruct (0.6.0) + ostruct (0.6.1) parallel (1.26.3) parser (3.3.5.0) ast (~> 2.4.1) racc - pg (1.5.8) + pg (1.5.9) postgresql_cursor (0.6.9) activerecord (>= 6.0) pry (0.14.2) @@ -116,6 +116,7 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/lib/version.rb b/lib/version.rb index c0203721..53be2e61 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Sequent - VERSION = '7.1.2' + VERSION = '7.2.0' end