Skip to content

Commit d6f1cc6

Browse files
committed
bump: release 0.1.1 → 0.2.0
Automatically generated by Commitizen.
1 parent 3286380 commit d6f1cc6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.2.0 (2023-07-17)
2+
3+
### Feat
4+
5+
- resolve Maven properties in found POMs (#271)
6+
- add support for cloning GitLab repositories (#316)
7+
- multi build tool detection (#179)
8+
9+
### Fix
10+
11+
- check paths in an archive file before extracting (#366)
12+
- fix CycloneDx Gradle automatic dependency resolver bug (#315)
13+
114
## v0.1.1 (2023-06-14)
215

316
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ version_files = [
120120
"src/macaron/__init__.py:__version__",
121121
]
122122
major_version_zero = false
123-
version = "0.1.1"
123+
version = "0.2.0"
124124

125125

126126
# https://github.com/pytest-dev/pytest-cov

src/macaron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# The version of this package. There's no comprehensive, official list of other
99
# magic constants, so we stick with this one only for now. See also this conversation:
1010
# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
11-
__version__ = "0.1.1"
11+
__version__ = "0.2.0"
1212

1313
# The path to the Macaron package.
1414
MACARON_PATH = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)