Version bump to 0.3
This commit is contained in:
parent
dcc4eae27e
commit
b6a71688c0
18
CHANGELOG.md
18
CHANGELOG.md
@ -6,13 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.3.0] - xxxx-01-xx
|
## [0.3.0] - 2018-02-11
|
||||||
|
|
||||||
No Notes where provided prior to this release.
|
* Tobias Bernard Redesigned the whole Gtk+ client.
|
||||||
|
* Complete re-write of hammond-data and hammond-gtk modules.
|
||||||
|
* Error handling for all crates was migrated from error-chain to Failure.
|
||||||
|
* Hammond-data now uses futures to parse feeds.
|
||||||
|
* Custom gtk-widgets are now composed structs as opposed to functions returning Gtk widgets.
|
||||||
|
|
||||||
## [0.2.0] - 2017-11-28
|
## [0.2.0] - 2017-11-28
|
||||||
|
|
||||||
No Notes where provided prior to this release.
|
* Database Schema Breaking Changes.
|
||||||
|
* Added url sanitization. #4.
|
||||||
|
* Reworked and refactored of the hammond-data API.
|
||||||
|
* Added some more unit tests
|
||||||
|
* Documented hammond-data public API.
|
||||||
|
|
||||||
|
## [0.1.1] - 2017-11-13
|
||||||
|
|
||||||
|
* Added appdata.xml file
|
||||||
|
|
||||||
## [0.1.0] - 2017-11-13
|
## [0.1.0] - 2017-11-13
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,3 @@
|
|||||||
-- Till version 0.2 is released the plan is to edited directly and dont expect
|
|
||||||
-- any kind of non-braking changes.
|
|
||||||
-- After there is a stable prototype, Only diesel migrations will be used
|
|
||||||
-- in order to change the db schema.
|
|
||||||
|
|
||||||
CREATE TABLE `source` (
|
CREATE TABLE `source` (
|
||||||
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
|
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
|
||||||
`uri` TEXT NOT NULL UNIQUE,
|
`uri` TEXT NOT NULL UNIQUE,
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.2.0" date="2017-11-28"/>
|
<release version="0.3.0" date="2018-02-11"/>
|
||||||
</releases>
|
</releases>
|
||||||
<update_contact>jordanpetridis@protonmail.com</update_contact>
|
<update_contact>jordanpetridis@protonmail.com</update_contact>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
project(
|
project(
|
||||||
'hammond', 'rust',
|
'hammond', 'rust',
|
||||||
version: '0.2.0',
|
version: '0.3.0',
|
||||||
license: 'GPLv3',
|
license: 'GPLv3',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user