From b9f96a288459221d367ac7551b196d3611fae059 Mon Sep 17 00:00:00 2001 From: Cameron Dutro Date: Fri, 21 Feb 2025 14:48:54 -0800 Subject: [PATCH] Bump version and changelog for release --- CHANGELOG.md | 3 +++ lib/twitter_cldr/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ee94ef..8d6c60e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # TwitterCldr Changelog +### 6.14.0 (Feb 21st, 2025) +* Allow passing the `dst:` option to `LocalizedDateTime#to_*_s`. (@movermeyer, #280) + ### 6.13.0 (Jan 18th, 2025) * Upgrade to CLDR v46.1, ICU 76.1, and Unicode v16.0.0. * Remove support for Ruby 2.3 and 2.4. diff --git a/lib/twitter_cldr/version.rb b/lib/twitter_cldr/version.rb index 4a07f21e..bebb4a14 100644 --- a/lib/twitter_cldr/version.rb +++ b/lib/twitter_cldr/version.rb @@ -4,5 +4,5 @@ # http://www.apache.org/licenses/LICENSE-2.0 module TwitterCldr - VERSION = '6.13.0' + VERSION = '6.14.0' end