From ee21ea6772bf7cf5a80c63e2f880046e30839744 Mon Sep 17 00:00:00 2001 From: Jon Pascoe Date: Thu, 18 Jul 2024 23:35:02 +0100 Subject: [PATCH] Release 0.17.0 (#558) * Update CHANGELOG.md with release number and date * Update version number * standardrb linting * Revert linting changes --- CHANGELOG.md | 2 +- lib/ice_cube/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2169c640..4e624ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.17.0] - 2024-07-18 ### Added - Indonesian translations. ([#505](https://github.com/seejohnrun/ice_cube/pull/505)) by [@achmiral](https://github.com/achmiral) diff --git a/lib/ice_cube/version.rb b/lib/ice_cube/version.rb index a71bb32a..5dda674c 100644 --- a/lib/ice_cube/version.rb +++ b/lib/ice_cube/version.rb @@ -1,3 +1,3 @@ module IceCube - VERSION = "0.16.4" + VERSION = "0.17.0" end