Skip to content

Commit 5c31f20

Browse files
committed
Version 0.4.2
Skipping 0.4.1 due to a mistaken push to RubyGems
1 parent f777b73 commit 5c31f20

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## yaml_db 0.4.2
2+
3+
* Use Windows-compatible directory names
4+
* Sort tables in the dump so that two dumps can reliably be diffed
5+
6+
## yaml_db 0.4.1
7+
8+
Version skipped due to developer error
9+
110
## yaml_db 0.4.0
211

312
* Put everything under the YamlDb module namespace

lib/yaml_db/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module YamlDb
2-
VERSION = "0.4.0"
2+
VERSION = "0.4.2"
33
end

0 commit comments

Comments
 (0)