Skip to content

Commit

Permalink
Merge pull request #5 from 01Joseph-Hwang10/release-please--branches-…
Browse files Browse the repository at this point in the history
…-master--components--loose-dependency-manager

chore(master): release loose-dependency-manager 0.2.1
  • Loading branch information
01Joseph-Hwang10 authored May 15, 2024
2 parents f239785 + ae81d7a commit d4ad13d
Show file tree
Hide file tree
Showing 3 changed files with 15 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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 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-15)


### Bug Fixes

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


### 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 d4ad13d

Please sign in to comment.