Skip to content

Commit ee21ea6

Browse files
authored
Release 0.17.0 (#558)
* Update CHANGELOG.md with release number and date * Update version number * standardrb linting * Revert linting changes
1 parent f693b39 commit ee21ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.17.0] - 2024-07-18
88
### Added
99
- Indonesian translations. ([#505](https://github.com/seejohnrun/ice_cube/pull/505)) by [@achmiral](https://github.com/achmiral)
1010

lib/ice_cube/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module IceCube
2-
VERSION = "0.16.4"
2+
VERSION = "0.17.0"
33
end

0 commit comments

Comments
 (0)