Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Sep 12, 2024
1 parent cb73450 commit 491fe69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

* `Unreleased` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.4.2...master)
* `Unreleased` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.5.0...master)
- Nothing yet

* `v1.5.0` - [View Diff](https://github.com/cortiz/prawn-rails/compare/v1.4.2...v1.5.0)
- [#52](https://github.com/cortiz/prawn-rails/pull/52) - Add active_support as a dependency and use the active_support lazy load hooks
- [#51](https://github.com/cortiz/prawn-rails/pull/51) - Remove usage of openstruct for config object
- Remove unnecessary method `get_metadata` from `PrawnRailsHelper` which was getting included into `ActionView::Base`
Expand Down
2 changes: 1 addition & 1 deletion lib/prawn-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PrawnRails
VERSION = "1.4.2"
VERSION = "1.5.0".freeze
end

0 comments on commit 491fe69

Please sign in to comment.