Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiszczak committed Jan 9, 2025
1 parent c638541 commit 7b998cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.2.1] - 2025-01-09

### Fixed
- [kjeldahl] Fixes issue where multiples namespace prefixes like ns1 and ns10 are replaced wrongly

## [1.2.0] - 2024-10-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shale (1.2.0)
shale (1.2.1)
bigdecimal

GEM
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
shale (1.2.0)
shale (1.2.1)
bigdecimal

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/shale/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Shale
# @api private
VERSION = '1.2.0'
VERSION = '1.2.1'
end

0 comments on commit 7b998cc

Please sign in to comment.