diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 15560710..745a2beb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,24 @@ +1.0.1 (2018-06-15) +================== + +Features +-------- + +- Updated automation scripts to add release scripts and tagging scripts. + (1-d0479c0a) + +Bug Fixes +--------- + +- Fix parsing bug with local VCS uris (1-22283f73) +- Fix bug which kept vcs refs in local relative paths (2-34b712ee) + +Removals and Deprecations +------------------------- + +- Cleanup unused imports and migrate history file to changelog. (1-1cddf326) + + 1.0.0 (2018-06-14) ================== diff --git a/news/1-1cddf326.removal b/news/1-1cddf326.removal deleted file mode 100644 index 55b09b2e..00000000 --- a/news/1-1cddf326.removal +++ /dev/null @@ -1 +0,0 @@ -Cleanup unused imports and migrate history file to changelog. \ No newline at end of file diff --git a/news/1-22283f73.bugfix b/news/1-22283f73.bugfix deleted file mode 100644 index eb5b8b8a..00000000 --- a/news/1-22283f73.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix parsing bug with local VCS uris \ No newline at end of file diff --git a/news/1-699e855f.trivial b/news/1-699e855f.trivial deleted file mode 100644 index c69b6424..00000000 --- a/news/1-699e855f.trivial +++ /dev/null @@ -1 +0,0 @@ -Reformatted code. \ No newline at end of file diff --git a/news/1-d0479c0a.feature b/news/1-d0479c0a.feature deleted file mode 100644 index 5e855928..00000000 --- a/news/1-d0479c0a.feature +++ /dev/null @@ -1 +0,0 @@ -Updated automation scripts to add release scripts and tagging scripts. \ No newline at end of file diff --git a/news/2-34b712ee.bugfix b/news/2-34b712ee.bugfix deleted file mode 100644 index 085a6de2..00000000 --- a/news/2-34b712ee.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix bug which kept vcs refs in local relative paths \ No newline at end of file