Skip to content

Commit

Permalink
chore(master): release loose-dependency-manager 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
01Joseph-Hwang10 committed May 10, 2024
1 parent b7028c0 commit d5cad7e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.1](https://github.com/01Joseph-Hwang10/loose-dependency-manager/compare/loose-dependency-manager-v0.2.0...loose-dependency-manager-v0.2.1) (2024-05-10)


### Bug Fixes

* exclude test deps ([b7028c0](https://github.com/01Joseph-Hwang10/loose-dependency-manager/commit/b7028c01845a5cd917784f1373d794b5cbd838a5))


### Documentation

* add install specific deps docs ([6dfd994](https://github.com/01Joseph-Hwang10/loose-dependency-manager/commit/6dfd9941aab35a73db1337ceecd3ffc560ae2794))

## [0.2.0](https://github.com/01Joseph-Hwang10/loose-dependency-manager/compare/loose-dependency-manager-v0.1.1...loose-dependency-manager-v0.2.0) (2024-05-10)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "loose-dependency-manager"
version = "0.2.0"
version = "0.2.1"
description = "Tool for managing code dependencies in a loosely-coupled way."
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit d5cad7e

Please sign in to comment.