Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Dec 20, 2024
1 parent f00f17d commit 9767c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/tilt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9767c79

Please sign in to comment.