Skip to content
Snippets Groups Projects
Commit 7e30f926 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 0.39.1 [skip ci]

parent f175a349
No related branches found
No related tags found
No related merge requests found
...@@ -63,4 +63,4 @@ Avatar|Contributor|Contributions ...@@ -63,4 +63,4 @@ Avatar|Contributor|Contributions
--- ---
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-07. Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-12.
# Changelog # Changelog
## [0.39.1](https://github.com/saltstack-formulas/php-formula/compare/v0.39.0...v0.39.1) (2019-08-12)
### Bug Fixes
* **installed.jinja:** remove `include` to prevent conflicting IDs ([cb11784](https://github.com/saltstack-formulas/php-formula/commit/cb11784)), closes [#188](https://github.com/saltstack-formulas/php-formula/issues/188)
# [0.39.0](https://github.com/saltstack-formulas/php-formula/compare/v0.38.1...v0.39.0) (2019-08-07) # [0.39.0](https://github.com/saltstack-formulas/php-formula/compare/v0.38.1...v0.39.0) (2019-08-07)
......
name: php name: php
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse os_family: Debian, RedHat, Suse
version: 0.39.0 version: 0.39.1
release: 1 release: 1
minimum_version: 2017.7 minimum_version: 2017.7
summary: Php formula summary: Php formula
......
...@@ -185,4 +185,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ...@@ -185,4 +185,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
---- ----
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-07. Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-12.
...@@ -2,6 +2,15 @@ ...@@ -2,6 +2,15 @@
Changelog Changelog
========= =========
`0.39.1 <https://github.com/saltstack-formulas/php-formula/compare/v0.39.0...v0.39.1>`_ (2019-08-12)
--------------------------------------------------------------------------------------------------------
Bug Fixes
^^^^^^^^^
* **installed.jinja:** remove ``include`` to prevent conflicting IDs (\ `cb11784 <https://github.com/saltstack-formulas/php-formula/commit/cb11784>`_\ ), closes `#188 <https://github.com/saltstack-formulas/php-formula/issues/188>`_
`0.39.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.38.1...v0.39.0>`_ (2019-08-07) `0.39.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.38.1...v0.39.0>`_ (2019-08-07)
-------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------
......
...@@ -31,7 +31,7 @@ Formula to set up and configure php ...@@ -31,7 +31,7 @@ Formula to set up and configure php
the final release tag before the final release tag before
`v1.0.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v1.0.0>`_, `v1.0.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v1.0.0>`_,
which is expected to be which is expected to be
`v0.39.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v0.39.0>`_. `v0.39.1 <https://github.com/saltstack-formulas/php-formula/releases/tag/v0.39.1>`_.
If you are currently using ``php.ng``, there is nothing to do until If you are currently using ``php.ng``, there is nothing to do until
`v1.0.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v1.0.0>`_ `v1.0.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v1.0.0>`_
......
...@@ -19,7 +19,7 @@ php-deprecated-in-v1.0.0-test-succeed: ...@@ -19,7 +19,7 @@ php-deprecated-in-v1.0.0-test-succeed:
# method will be removed and `php.ng` will be promoted to `php` in its place. # # method will be removed and `php.ng` will be promoted to `php` in its place. #
# # # #
# If you are not in a position to migrate, you will need to pin your repo to # # If you are not in a position to migrate, you will need to pin your repo to #
# the final release tag before `v1.0.0`, which is expected to be `v0.39.0`. # # the final release tag before `v1.0.0`, which is expected to be `v0.39.1`. #
# # # #
# If you are currently using `php.ng`, there is nothing to do until `v1.0.0` # # If you are currently using `php.ng`, there is nothing to do until `v1.0.0` #
# is released. # # is released. #
......
...@@ -19,7 +19,7 @@ php-deprecated-in-v1.0.0-test-succeed: ...@@ -19,7 +19,7 @@ php-deprecated-in-v1.0.0-test-succeed:
# method will be removed and `php.ng` will be promoted to `php` in its place. # # method will be removed and `php.ng` will be promoted to `php` in its place. #
# # # #
# If you are not in a position to migrate, you will need to pin your repo to # # If you are not in a position to migrate, you will need to pin your repo to #
# the final release tag before `v1.0.0`, which is expected to be `v0.39.0`. # # the final release tag before `v1.0.0`, which is expected to be `v0.39.1`. #
# # # #
# If you are currently using `php.ng`, there is nothing to do until `v1.0.0` # # If you are currently using `php.ng`, there is nothing to do until `v1.0.0` #
# is released. # # is released. #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment