We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f777b73 commit 5c31f20Copy full SHA for 5c31f20
CHANGELOG.md
@@ -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
10
## yaml_db 0.4.0
11
12
* Put everything under the YamlDb module namespace
lib/yaml_db/version.rb
@@ -1,3 +1,3 @@
module YamlDb
- VERSION = "0.4.0"
+ VERSION = "0.4.2"
end
0 commit comments