Skip to content

Commit

Permalink
release: release v0.3.0
Browse files Browse the repository at this point in the history
+ updated changelog
  • Loading branch information
andras-tim committed Jan 7, 2016
1 parent 947bf6c commit 033b6a5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased][unreleased]


## [0.3.0] - 2016-01-07
### Added
- Configurable log and message format
- Start logging changes (without api export and WebUI currently) - issue #128
Expand All @@ -14,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
(please, follow the [custom upgrade process](http://storekeeper.readthedocs.org/en/v0.3.0/upgrade.html#upgrade-from-v0-2-1-to-v0-3-0))

### Fixed
- Sometimes left tooltips - issue #86
- Fetching Items once on pageload
- Can not logging errors via email when message contains UTF-8 characters - issue #126

Expand Down Expand Up @@ -64,6 +68,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Can use barcode printer to create labels


[unreleased]: https://github.com/andras-tim/StoreKeeper/compare/v0.2.1...HEAD
[unreleased]: https://github.com/andras-tim/StoreKeeper/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/andras-tim/StoreKeeper/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/andras-tim/StoreKeeper/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/andras-tim/StoreKeeper/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion VERSION.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[0, 3, 0, "beta"]
[0, 3, 0]
2 changes: 1 addition & 1 deletion client/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="StoreKeeper" />
<meta name="version" content="0.3.0-beta-dev" />
<meta name="version" content="0.3.0-dev" />
<meta name="author" content="Andras Tim" />

<!-- Fav and touch icons -->
Expand Down
2 changes: 1 addition & 1 deletion client/bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storekeeper",
"description": "StoreKeeper",
"version": "0.3.0-beta",
"version": "0.3.0",
"authors": [
"Andras Tim <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "StoreKeeper",
"description": "Multilingual warehouse/store management software",
"version": "0.3.0-beta",
"version": "0.3.0",
"author": "Andras Tim <[email protected]>",
"contributors": [],
"license": "GPLv2",
Expand Down
2 changes: 1 addition & 1 deletion client/po/hu.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: StoreKeeper v0.3.0-beta\n"
"Project-Id-Version: StoreKeeper v0.3.0\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: Andras Tim <[email protected]>\n"
Expand Down

0 comments on commit 033b6a5

Please sign in to comment.