Skip to content

Commit

Permalink
chore(release): 1.1.3
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2023-10-06)

### Build System

* Merge branch 'main' of github.com:AnotherStranger/conda-poetry-dev-setup ([49db435](49db435))

### Bug Fixes

* ♻️ use safer update code ([b66cfdb](b66cfdb))

### Code Refactoring

* ♻️ use better update-process ([1448323](1448323))
  • Loading branch information
semantic-release-bot committed Oct 6, 2023
1 parent 49db435 commit 1389a56
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.1.3](https://github.com/AnotherStranger/conda-poetry-dev-setup/compare/v1.1.2...v1.1.3) (2023-10-06)


### Build System

* Merge branch 'main' of github.com:AnotherStranger/conda-poetry-dev-setup ([49db435](https://github.com/AnotherStranger/conda-poetry-dev-setup/commit/49db435935449264bd47449b9fc07c88958b965d))


### Bug Fixes

* :recycle: use safer update code ([b66cfdb](https://github.com/AnotherStranger/conda-poetry-dev-setup/commit/b66cfdbf0640da27b9b3aa55045c2e1560e0cdaf))


### Code Refactoring

* :recycle: use better update-process ([1448323](https://github.com/AnotherStranger/conda-poetry-dev-setup/commit/144832319ddc23f39f2ea15b03fadbe9732073e6))

## [1.1.2](https://github.com/AnotherStranger/conda-poetry-dev-setup/compare/v1.1.1...v1.1.2) (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.2"
CURRENT_VERSION="1.1.3"
# GitHub repository to check for releases
GITHUB_REPO="AnotherStranger/conda-poetry-dev-setup"

Expand Down

0 comments on commit 1389a56

Please sign in to comment.