Skip to content

Commit db08d7a

Browse files
author
Jeremy Nicklas
committed
Bump to 0.4.0
1 parent 1ad6dec commit db08d7a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.4.0] - 2018-04-20
911
### Changed
1012
- Updated Torque adapter to take into account the new `Script#native` format
1113
allowing for arrays. [#65](https://github.com/OSC/ood_core/issues/65)
@@ -115,7 +117,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
115117
### Added
116118
- Initial release!
117119

118-
[Unreleased]: https://github.com/OSC/ood_core/compare/v0.3.0...HEAD
120+
[Unreleased]: https://github.com/OSC/ood_core/compare/v0.4.0...HEAD
121+
[0.4.0]: https://github.com/OSC/ood_core/compare/v0.3.0...v0.4.0
119122
[0.3.0]: https://github.com/OSC/ood_core/compare/v0.2.1...v0.3.0
120123
[0.2.1]: https://github.com/OSC/ood_core/compare/v0.2.0...v0.2.1
121124
[0.2.0]: https://github.com/OSC/ood_core/compare/v0.1.1...v0.2.0

lib/ood_core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module OodCore
22
# The current version of {OodCore}
3-
VERSION = "0.3.0"
3+
VERSION = "0.4.0"
44
end

0 commit comments

Comments
 (0)