Skip to content

Commit 9c60f03

Browse files
committed
1.1.1
Automatically generated by python-semantic-release
1 parent 551a570 commit 9c60f03

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.1.1 (2022-09-12)
6+
### Fix
7+
* Relax depenency on PyYAML ([`85e689b`](https://github.com/sonatype-nexus-community/ossindex-python/commit/85e689bdcb35df4b9e59b4ad1987242ccea94415))
8+
59
## v1.1.0 (2022-07-12)
610
### Feature
711
* Support providing authentication directly over loading from configuration file ([`1bda4a9`](https://github.com/sonatype-nexus-community/ossindex-python/commit/1bda4a94e00fca30cf7488f1cb1e1bfaadaf1676))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ossindex-lib"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "A library for querying the OSS Index free catalogue of open source components to help developers identify vulnerabilities, understand risk, and keep their software safe."
55
authors = ["Paul Horton <phorton@sonatype.com>"]
66
maintainers = ["Paul Horton <phorton@sonatype.com>"]

0 commit comments

Comments
 (0)