Skip to content

Commit

Permalink
Bump 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 9, 2024
1 parent caf7d90 commit c27fa35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

## master (unreleased)

## 1.3.0 (2024-01-09)

- Add retrieving list of versions support. ([@tagirahmad][])

```ruby
post.versions # => Enumerator
post.versions.find do
_1.title == "old title"
end
```

- Add `--after-trigger` option to generate _after_ triggers for partitioned tables in older PostgreSQL versions. ([@SparLaimor][], [@prog-supdex][], [@palkan][])

- **Breaking**. Ruby 2.7, Rails 6.0, PostgreSQL 10.0+ are required.
Expand Down
2 changes: 1 addition & 1 deletion lib/logidze/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Logidze
VERSION = "1.2.3"
VERSION = "1.3.0"
end

0 comments on commit c27fa35

Please sign in to comment.