Skip to content

Commit

Permalink
Bump version to 0.26.0.rc1; update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
pilaf committed Dec 22, 2023
1 parent 5c08b14 commit 6ad4cf1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Changelog

### 0.25.0
### 0.26.0

* Add support for ActiveSupport 7.1
* Drop support for ActiveSupport < 5.2

### 0.25.0-rc1

* Add `.and` query method
* Fix crash when `.match` query method was given non-string values
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,11 +584,11 @@ FM Data API reference: https://help.claris.com/en/data-api-guide/

\* You can manually supply the URL and JSON to a `FmRest` connection.

## Supported Ruby versions
## Supported Ruby and Rails versions

The latest fmrest-ruby is
[tested against](https://github.com/beezwax/fmrest-ruby/actions?query=workflow%3ACI)
Ruby 2.7 through 3.2.
Ruby 3.0 through 3.3.0-rc1, and Rails (ActiveSupport) 6.1 through 7.1.

## Gem development

Expand Down
2 changes: 1 addition & 1 deletion lib/fmrest/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FmRest
VERSION = "0.25.0.rc1"
VERSION = "0.26.0.rc1"
end

0 comments on commit 6ad4cf1

Please sign in to comment.