We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6174f31 commit d4bb73dCopy full SHA for d4bb73d
CHANGELOG.md
@@ -8,3 +8,6 @@
8
- Fallback to default locale
9
- Methods for checking translation availability and presence
10
- Support for querying by translated attributes
11
+
12
+## [0.1.1] - 2025-04-20
13
+- Updated gemspec for better compatibility
lib/awesome_jsonb_translate/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module AwesomeJsonbTranslate
4
- VERSION = '0.1.0'
+ VERSION = '0.1.1'
5
end
0 commit comments