diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3bb08..17c8753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## master +## 2.5.0 (2024-12-20) * Deprecate creole templates as they require modifying frozen string literals (jeremyevans) * Remove deprecated erubis, wikicloth, and maruku templates (jeremyevans) diff --git a/lib/tilt.rb b/lib/tilt.rb index c65cc4a..a2c4f2a 100644 --- a/lib/tilt.rb +++ b/lib/tilt.rb @@ -5,7 +5,7 @@ # Namespace for Tilt. This module is not intended to be included anywhere. module Tilt # Current version. - VERSION = '2.4.0' + VERSION = '2.5.0' EMPTY_HASH = {}.freeze private_constant :EMPTY_HASH