Skip to content

Commit a4092c4

Browse files
committed
1.0.0
Automatically generated by python-semantic-release
1 parent 12ee122 commit a4092c4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## v1.0.0 (2022-03-10)
6+
### Feature
7+
* Adopted PEP-561 #4 ([`f4b8b01`](https://github.com/sonatype-nexus-community/ossindex-python/commit/f4b8b0172fabfb55362450487d9cddaeaed3dc92))
8+
* Added support for authentication to OSS Index #1 ([`aa26387`](https://github.com/sonatype-nexus-community/ossindex-python/commit/aa263872aeeb0ce3aa6c93de11107397f72cfb0b))
9+
* Re-worked how we use TinyDB to attempt to resolve #2 ([`d5564da`](https://github.com/sonatype-nexus-community/ossindex-python/commit/d5564da8aaa207806e4a04db94c247ceec5fec2b))
10+
11+
### Fix
12+
* Typo in `requirements.lowest.txt` ([`696f770`](https://github.com/sonatype-nexus-community/ossindex-python/commit/696f770052486fcc194a686f06ca5b47ff1f1a23))
13+
* Potential fix for #2 ([`46f705d`](https://github.com/sonatype-nexus-community/ossindex-python/commit/46f705d117de799443902c2cb312f03b61a1ab44))
14+
* Bug in deserialisation from cache database resolved ([`e3b9a9d`](https://github.com/sonatype-nexus-community/ossindex-python/commit/e3b9a9d74c541dead24aad90a0046fae078affca))
15+
* Typing and imports ([`31a7e37`](https://github.com/sonatype-nexus-community/ossindex-python/commit/31a7e37e334301896f8275fb3e4f90119c05185b))
16+
17+
### Breaking
18+
* #4 ([`f4b8b01`](https://github.com/sonatype-nexus-community/ossindex-python/commit/f4b8b0172fabfb55362450487d9cddaeaed3dc92))
19+
520
## v0.2.1 (2021-09-16)
621
### Fix
722
* Typo in README ([`a260e91`](https://github.com/sonatype-nexus-community/ossindex-python/commit/a260e912227895d42b01a4775e36e7124fbc6f0b))

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 = "0.2.1"
3+
version = "1.0.0"
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)