Skip to content

Commit a994d4f

Browse files
committed
Version 0.5.0
1 parent 2893d79 commit a994d4f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## yaml_db 0.5.0
2+
3+
* Order HABTM tables using both IDs (@mauriciopasquier)
4+
15
## yaml_db 0.4.2
26

37
* Use Windows-compatible directory names

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.2"
2+
VERSION = "0.5.0"
33
end

0 commit comments

Comments
 (0)