Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yak committed Dec 9, 2021
1 parent fd24993 commit bb804e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

# [0.7.0] - 2021-12-09
### Added
- Extend message with value inspecting while raises TypeCastingError;

# [0.7.0] - 2021-11-22
### Added
- Added Github Actions CI;
Expand Down
4 changes: 2 additions & 2 deletions lib/smart_core/types/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Types
#
# @api public
# @since 0.1.0
# @version 0.7.0
VERSION = '0.7.0'
# @version 0.8.0
VERSION = '0.8.0'
end
end

0 comments on commit bb804e1

Please sign in to comment.