Skip to content

Commit

Permalink
Bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 27, 2023
1 parent dbdbe65 commit c40736d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 0.2.0 (2023-10-27)

- Add Mysql support [#18](https://github.com/evilmartians/activerecord-slotted_counters/pull/18) ([@prog-supdex][])

- Add SQLite support [#17](https://github.com/evilmartians/activerecord-slotted_counters/pull/17) ([@prog-supdex][])
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ Add to your project:
gem "activerecord-slotted_counters"
```

### Supported Ruby versions
### Requirements

- Ruby (MRI) >= 2.7.0
- Ruby >= 2.7.0
- Rails 6+

## Usage

Expand Down Expand Up @@ -77,10 +78,6 @@ end

Using `counter_cache: true` on `belongs_to` associations also works as expected.

## Limitations / TODO

- Gem supports only PostgreSQL, SQLite3 and MySQL for Rails 6

## Contributing

Bug reports and pull requests are welcome on GitHub at [https://github.com/evilmartians/activerecord-slotted_counters](https://github.com/evilmartians/activerecord-slotted_counters).
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord_slotted_counters/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordSlottedCounters # :nodoc:
VERSION = "0.1.4"
VERSION = "0.2.0"
end

0 comments on commit c40736d

Please sign in to comment.