Skip to content

Commit f18125a

Browse files
author
github-actions
committed
Bump to 0.5.0
1 parent 03cacb1 commit f18125a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/yykamei/strong_csv/tree/HEAD)
3+
## [v0.5.0](https://github.com/yykamei/strong_csv/tree/v0.5.0) (2022-05-12)
44

5-
[Full Changelog](https://github.com/yykamei/strong_csv/compare/v0.4.0...HEAD)
5+
[Full Changelog](https://github.com/yykamei/strong_csv/compare/v0.4.0...v0.5.0)
66

77
**Implemented enhancements:**
88

lib/strong_csv/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class StrongCSV
4-
VERSION = "0.4.0"
4+
VERSION = "0.5.0"
55
end

0 commit comments

Comments
 (0)