1 parent 03cacb1 commit f18125aCopy full SHA for f18125a
2 files changed
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Changelog
2
3
-## [Unreleased](https://github.com/yykamei/strong_csv/tree/HEAD)
+## [v0.5.0](https://github.com/yykamei/strong_csv/tree/v0.5.0) (2022-05-12)
4
5
-[Full Changelog](https://github.com/yykamei/strong_csv/compare/v0.4.0...HEAD)
+[Full Changelog](https://github.com/yykamei/strong_csv/compare/v0.4.0...v0.5.0)
6
7
**Implemented enhancements:**
8
lib/strong_csv/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class StrongCSV
- VERSION = "0.4.0"
+ VERSION = "0.5.0"
end
0 commit comments