diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 187bea5..2a15556 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: 'Bump version and push tag - dry run' id: tag_raw - uses: mathieudutour/github-tag-action@v6.0 + uses: mathieudutour/github-tag-action@v6.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} release_branches: stable @@ -162,6 +162,7 @@ jobs: - name: 'Deploying miniconda' uses: conda-incubator/setup-miniconda@v2 with: + miniconda-version: "latest" environment-file: recipes/workflow.yaml mamba-version: "*" channel-priority: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 829dab5..e6de4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## [0.8.0](https://github.com/brsynth/neo4jsbml/tree/0.8.0) (2023-01-16) -[Full Changelog](https://github.com/brsynth/neo4jsbml/compare/710ac296807b62182b8280c407d990537bacdce7...0.8.0) +[Full Changelog](https://github.com/brsynth/neo4jsbml/compare/0.8.1...0.8.0) + +## [0.8.1](https://github.com/brsynth/neo4jsbml/tree/0.8.1) (2023-01-16) + +[Full Changelog](https://github.com/brsynth/neo4jsbml/compare/710ac296807b62182b8280c407d990537bacdce7...0.8.1) **Implemented enhancements:** diff --git a/src/neo4jsbml/_version.py b/src/neo4jsbml/_version.py index 92b659e..42de69e 100644 --- a/src/neo4jsbml/_version.py +++ b/src/neo4jsbml/_version.py @@ -1,2 +1,2 @@ __app_name__ = "neo4jsbml" -__version__ = "0.8.1" +__version__ = "0.8.2"