Skip to content

Commit

Permalink
Updated Changelog and bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Feb 15, 2018
1 parent cade982 commit da05eb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Freshermeat Changelog
=====================

## 0.1.0 (2018-01-15)

- major improvements of the database model;
- it is now possible to associate tags, licenses and languages to projects;
- a new page 'statistics' displays some charts about the most used licenses,
languages and tags;
- it is possible to define several services based on a project;
- added pagination menu for the list of projects;
- improvements for the CVE and releases workers;
- various UI improvements and bug fixes.

## 0.0.1 (2018-01-03)

- first beta release of Freshermeat.
Expand Down
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.0.1",
"version": "0.1.0",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit da05eb2

Please sign in to comment.