Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Sep 15, 2022
1 parent aba26ce commit fb834f3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
Changelog
=========

0.10.2 (2022-09-12)
0.10.2 (2022-09-15)
-------------------

- Add encode option in purl_lookups #94
(`purl_to_lookups`, `without_empty_values` is moved from packageurl.contrib.django.models
to packageurl.contrib.django.utils)


0.10.1 (2022-08-02)
-------------------

- Add ability to filter objects with EMPTY purls in PackageURLFilter #92


0.10.0 (2022-06-27)
-------------------

Expand All @@ -22,16 +24,19 @@ Changelog
- Improve url2purl support for nom URLs
- Improve url2purl support for rubygems.org URLs #89


0.9.9 (2022-02-15)
------------------

- Update version to be semver compliant. No changes to the code have been made.


0.9.8.1 (2022-02-11)
--------------------

- Fix generic sourceforge PackageURL generation #79


0.9.8 (2022-02-11)
------------------

Expand All @@ -41,27 +46,32 @@ Changelog
- Create generic PackageURL for code.google.com archive URLs #78
- Capture more download types for bitbucket URLs


0.9.7 (2022-02-07)
------------------

- Create a generic PackageURL for URLs that do not fit existing routes in url2purl #68


0.9.6 (2021-10-05)
------------------

- Drop support for Python 2 #61
- Add support for new github URLs in url2purl #47


0.9.5 (2021-10-04)
------------------

- Add support for "archive/refs/tags/" github URLs in url2purl #47


0.9.4 (2021-02-02)
------------------

- Fix Python 2 compatibility issue #57


0.9.3 (2020-10-06)
------------------

Expand All @@ -70,6 +80,7 @@ Changelog
- Move the django_models module to django.models #48
Replace `packageurl.contrib.django_models` imports with `packageurl.contrib.django.models`.


0.9.2 (2020-09-15)
------------------

Expand Down

0 comments on commit fb834f3

Please sign in to comment.