Skip to content

Commit

Permalink
release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dastra-mak committed Mar 18, 2024
1 parent 8926626 commit 8f48fa2
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 13 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Breaking changes

- only parse strings with single colons as fields

### Compatible changes

## 0.11.0 2024-03-18

### Breaking changes

- only parse strings with single colons as fields

## 0.10.1 2022-03-16

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.4.2.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minidusen (0.10.1)
minidusen (0.11.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.4.2.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minidusen (0.10.1)
minidusen (0.11.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.2.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minidusen (0.10.1)
minidusen (0.11.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.2.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minidusen (0.10.1)
minidusen (0.11.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.0.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minidusen (0.10.1)
minidusen (0.11.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.0.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minidusen (0.10.1)
minidusen (0.11.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.1.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minidusen (0.10.1)
minidusen (0.11.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.1.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minidusen (0.10.1)
minidusen (0.11.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.0.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minidusen (0.10.1)
minidusen (0.11.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.0.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
minidusen (0.10.1)
minidusen (0.11.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
edge_rider (>= 0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/minidusen/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Minidusen
VERSION = '0.10.1'
VERSION = '0.11.0'
end

0 comments on commit 8f48fa2

Please sign in to comment.