Skip to content

Commit

Permalink
Bumped version number for the new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Apr 24, 2022
1 parent f035d06 commit 8f58d77
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
Freshermeat Changelog
=====================

## 0.7 (2019-09-07)
## 0.8.0 (2022-04-25)

### New

- a new API based on Flask-RESTX is now available and replaces the previous API.
It is documented with Swagger.

### improvements

- the JavaScript code of the templates has been improved;
- all back-end and front-end dependencies are now up-to-date.


## 0.7.0 (2019-09-07)

### New

Expand All @@ -14,7 +27,7 @@ Freshermeat Changelog
to be added in the database);
- introduction of statistics per organizations (organization/<org-name>);
- added a route which returns an atom feed of CVEs.
- added global recent CVEs ATOM feed in the layout template;
- added global recent CVEs ATOM feed in the layout template.

### Changes

Expand All @@ -24,7 +37,7 @@ Freshermeat Changelog
- various improvements in the back-end and bug fixes.


## 0.6 (2018-10-02)
## 0.6.0 (2018-10-02)

- added the possibility for any user to submit a project to the directory;
- added the possibility to define dependents and dependencies for projects;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freshermeat",
"version": "0.7.0",
"version": "0.8.0",
"license": "AGPL-3.0",
"private": true,
"dependencies": {
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 = "freshermeat"
version = "0.7"
version = "0.8.0"
description = "Freshermeat is an open source software directory and release tracker."
authors = ["Cédric Bonhomme <[email protected]>"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 8f58d77

Please sign in to comment.