Skip to content

Commit

Permalink
Update ChangeLog and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
viviag committed Aug 7, 2018
1 parent b103e6c commit 49bb34b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
0.3.0
---

* Major changes
- Move computations from IO and enhance correspondingly (see [#93]( https://github.com/GetShopTV/changelogged/pull/93 ));
- Enhancements (see [#101]( https://github.com/GetShopTV/changelogged/pull/101 ));
- Remove default changelogs
- Add custom level headers
- Split version_pattern
- Derive FromJSON instances
- Redesign changelog affecting part (see [#106]( https://github.com/GetShopTV/changelogged/pull/106 ));
* Minor changes
- Enhancements (see [#89]( https://github.com/GetShopTV/changelogged/pull/89 ));
- Add --version
- Redesign --level option
- Add option for config file location
- Update to LTS-11.7 (see [`43193cc`]( https://github.com/GetShopTV/changelogged/commit/43193cc ));
- Add debug info and --verbose flag (see [#97]( https://github.com/GetShopTV/changelogged/pull/97 ));
* Fixes
- Remove accidental file and surround links with spaces in output (see [`da006e1`]( https://github.com/GetShopTV/changelogged/commit/da006e1 ));
- Remove images dir from package.yaml (see [`4af996e`]( https://github.com/GetShopTV/changelogged/commit/4af996e ));
- Fix adding spaces around links (see [`180e73f`]( https://github.com/GetShopTV/changelogged/commit/180e73f ));
* Docs
- Update demo (see [`b103e6c`]( https://github.com/GetShopTV/changelogged/commit/b103e6c ));
- Remove outdated note from README and get back images dir (see [`2c7a03c`]( https://github.com/GetShopTV/changelogged/commit/2c7a03c ));
- Update docs for v0.2.0 (see [#84]( https://github.com/GetShopTV/changelogged/pull/84 ));
- Update README.md (see [`f59ee55`]( https://github.com/GetShopTV/changelogged/commit/f59ee55 ));
- Remove Guiding examples from README. Reason - outdated images are worse than no images (see [`503ecfa`]( https://github.com/GetShopTV/changelogged/commit/503ecfa ));
0.2.0
---

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: changelogged
version: 0.2.0
version: 0.3.0
synopsis: Changelog manager for Git projects.
description: Please see the README on Github at <https://github.com/GetShopTV/changelogged#readme>
maintainer: Vitalii Guzeev <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Changelogged/Pure.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Filesystem.Path.CurrentOS (encodeString, FilePath)
import Changelogged.Types

changeloggedVersion :: Text
changeloggedVersion = "0.2.0"
changeloggedVersion = "0.3.0"

-- | Maximum in list ordered by length.
maxByLen :: [Text] -> Maybe Text
Expand Down

0 comments on commit 49bb34b

Please sign in to comment.