Skip to content

Commit 6127f65

Browse files
authored
Merge pull request #191 from bird-house/bump-1.14.2-twitcher-cache
## Overview Fixing missing #188 changelog.
2 parents 7dded91 + 75facf8 commit 6127f65

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.14.1
2+
current_version = 1.14.2
33
commit = True
44
tag = False
55
tag_name = {new_version}

Diff for: CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616

1717
[//]: # (list changes here, using '-' for each new entry, remove this when items are added)
1818

19+
[1.14.2](https://github.com/bird-house/birdhouse-deploy/tree/1.14.2) (2021-09-01)
20+
------------------------------------------------------------------------------------------------------------------
21+
22+
## Changes
23+
24+
- Re-enables the caching feature of `Twitcher` that was disabled temporarily in
25+
[#182](https://github.com/bird-house/birdhouse-deploy/pull/182).
26+
Handles issue [Ouranosinc/Magpie#433](https://github.com/Ouranosinc/Magpie/issues/433).
27+
1928
[1.14.1](https://github.com/bird-house/birdhouse-deploy/tree/1.14.1) (2021-08-31)
2029
------------------------------------------------------------------------------------------------------------------
2130

Diff for: README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ for a full-fledged production platform.
1414
* - releases
1515
- | |latest-version| |commits-since|
1616

17-
.. |commits-since| image:: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.14.1.svg
17+
.. |commits-since| image:: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/1.14.2.svg
1818
:alt: Commits since latest release
19-
:target: https://github.com/bird-house/birdhouse-deploy/compare/1.14.1...master
19+
:target: https://github.com/bird-house/birdhouse-deploy/compare/1.14.2...master
2020

21-
.. |latest-version| image:: https://img.shields.io/badge/tag-1.14.1-blue.svg?style=flat
21+
.. |latest-version| image:: https://img.shields.io/badge/tag-1.14.2-blue.svg?style=flat
2222
:alt: Latest Tag
23-
:target: https://github.com/bird-house/birdhouse-deploy/tree/1.14.1
23+
:target: https://github.com/bird-house/birdhouse-deploy/tree/1.14.2
2424

2525
.. |readthedocs| image:: https://readthedocs.org/projects/birdhouse-deploy/badge/?version=latest
2626
:alt: ReadTheDocs Build Status (latest version)

0 commit comments

Comments
 (0)