Skip to content

Commit

Permalink
Version bump 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Feb 1, 2023
1 parent d0c139a commit 18233c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes and Change Log
============================

1.15.1 (January 31, 2023)
^^^^^^^^^^^^^^^^^^^^^^^^^
* Ruby 3.2.0 now supported. This fixes error 'undefined method exists? for File' '(`#1981`_, `#1988`_; Nicholas Hubbard, romulasry)

1.15.0 (November 13, 2022)
^^^^^^^^^^^^^^^^^^^^^^^^^^
* New flag ``--fpm-options-file path/to/file`` which allows you to specify additional fpm flags in an external file of your choosing. (`#1905`_, `#1902`_, `#1827`_; Jordan Sissel, Will Furnell, hjpotter92)
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog_links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@
.. _#1955: https://github.com/jordansissel/fpm/issues/1955
.. _#1959: https://github.com/jordansissel/fpm/issues/1959
.. _#196: https://github.com/jordansissel/fpm/issues/196
.. _#1981: https://github.com/jordansissel/fpm/issues/1981
.. _#1988: https://github.com/jordansissel/fpm/issues/1988
.. _#198: https://github.com/jordansissel/fpm/issues/198
.. _#202: https://github.com/jordansissel/fpm/issues/202
.. _#204: https://github.com/jordansissel/fpm/issues/204
Expand Down
2 changes: 1 addition & 1 deletion lib/fpm/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FPM
VERSION = "1.15.0"
VERSION = "1.15.1"
end

0 comments on commit 18233c3

Please sign in to comment.