Skip to content

Commit eae8203

Browse files
committed
release: v2.1.0
1 parent 4c42238 commit eae8203

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Oj Serializers 2.1.0 (2026-01-02)
2+
3+
### Fixes 🐞
4+
5+
- [Improve sorting by :definition with more than 10 attributes in the list](https://github.com/ElMassimo/oj_serializers/commit/d58cb81) (#25)
6+
17
## Oj Serializers 2.0.3 (2023-04-19)
28

39
### Features ✨

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
oj_serializers (2.0.3)
4+
oj_serializers (2.1.0)
55
oj (>= 3.14.0)
66

77
GEM

lib/oj_serializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OjSerializers
4-
VERSION = '2.0.3'
4+
VERSION = '2.1.0'
55
end

0 commit comments

Comments
 (0)