Skip to content

Commit

Permalink
Update CHANGES.rst and RELEASE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Dec 23, 2020
1 parent d72d48f commit 8049a9f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v0.5.0 (December 23, 2020)
==========================
* FIX: Windows carriage return (#268)
* FIX: Allow user to specify name for new DockerImage instances (#265)
* ENH: Enforce maximum name length for Pars and Knot (#263)
* ENH: Automatically set job_type in knot.map() by inspecting the length of the arguments. (#261)
* FIX: Require object names to conform to AWS URI regex (#260)
* Add functions to clean up the cloudknot config file (#250)
* [ENH] Improve AWS resource tagging and allow user to provide custom tags (#249)
* Test Job Definition Name (#246)

v0.4.2 (July 24, 2020)
======================
* Remove config files for services we no longer use (#244)
Expand Down
25 changes: 11 additions & 14 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
v0.4.2 (July 24, 2020)
======================
* Remove config files for services we no longer use (#244)
* Create a better release message (#243)
* WIP: Fix zenodo metadata (#241)
* Use relative paths in docbuild.yml (#242)
* Allow user to refresh function for existing DockerImage (#240)
* Code style improvement suggestions from codacy (#237)
* Add publish_release script (#238)
* Add citation info to docs and update README badges (#236)
* Add back tags and use repo URI not image URI (#235)
* Adds some tools for maintenance. (#232)
* Update setup.py URL and bump version (#229)
* Fix volume_size and PARS policies issues (#233)
v0.5.0 (December 23, 2020)
==========================
* FIX: Windows carriage return (#268)
* FIX: Allow user to specify name for new DockerImage instances (#265)
* ENH: Enforce maximum name length for Pars and Knot (#263)
* ENH: Automatically set job_type in knot.map() by inspecting the length of the arguments. (#261)
* FIX: Require object names to conform to AWS URI regex (#260)
* Add functions to clean up the cloudknot config file (#250)
* [ENH] Improve AWS resource tagging and allow user to provide custom tags (#249)
* Test Job Definition Name (#246)

0 comments on commit 8049a9f

Please sign in to comment.