Commit 8118b50f authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

Release 0.4.2

parent 38e84663
Pipeline #17272 passed with stage
in 0 seconds
Change History Change History
************** **************
0.4.1 (2020-06-24) 0.4.2 (2021-07-15)
==================
- Fix encoding error in Python2 by using ``subprocess.checkoutput`` method with
``universal_newlines`` option
- Store ``gem dependency`` commands return value in files instead of dictionnary
- Fix gems constraints detection failures for similar version symbol '~>' by
extending the regex
- Fix gem search pattern for RubyGems >= 3.0.0 by trimming symbols '/' and '\'
- Handle version exclusion constraint symbol '!='
0.4.1 (2021-06-24)
================== ==================
- Add ``allow-picked-version`` as default value for deployment mode. - Add ``allow-picked-version`` as default value for deployment mode.
0.4.0 (2020-06-17) 0.4.0 (2021-06-17)
================== ==================
- Add deployment mode. - Add deployment mode.
......
...@@ -4,7 +4,7 @@ import os ...@@ -4,7 +4,7 @@ import os
from setuptools import setup from setuptools import setup
version = '0.4.1' version = '0.4.2'
name = 'rubygemsrecipe' name = 'rubygemsrecipe'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment