Skip to content

Commit

Permalink
chore: Merge branch 'main' of github.com:AnotherStranger/conda-poetry…
Browse files Browse the repository at this point in the history
…-dev-setup
  • Loading branch information
AnotherStranger committed Oct 6, 2023
2 parents 1448323 + 7694d69 commit 49db435
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.1.2](https://github.com/AnotherStranger/conda-poetry-dev-setup/compare/v1.1.1...v1.1.2) (2023-10-06)


### Documentation

* add link to releases ([b6c6c62](https://github.com/AnotherStranger/conda-poetry-dev-setup/commit/b6c6c62ff61c9d18408b996bd954852468fd4659))


### Bug Fixes

* :bug: use correct version compare ([b909182](https://github.com/AnotherStranger/conda-poetry-dev-setup/commit/b9091828cce89bfcedb04c633609d040387023a4))

## [1.1.1](https://github.com/AnotherStranger/conda-poetry-dev-setup/compare/v1.1.0...v1.1.1) (2023-10-06)


Expand Down
2 changes: 1 addition & 1 deletion dev-setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
main() {
# Define the current version of the script
CURRENT_VERSION="1.1.1"
CURRENT_VERSION="1.1.2"
# GitHub repository to check for releases
GITHUB_REPO="AnotherStranger/conda-poetry-dev-setup"

Expand Down

0 comments on commit 49db435

Please sign in to comment.