Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
athos committed Mar 31, 2021
1 parent 32a64f5 commit cc22cad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]

## [0.5.0] - 2021-03-31
### Added
- Simple logger implemented around one-shot session ([#11](https://github.com/athos/Postmortem/pull/11)

Expand All @@ -25,7 +27,8 @@ All notable changes to this project will be documented in this file. This change
## [0.1.0] - 2019-12-09
- First release

[Unreleased]: https://github.com/athos/postmortem/compare/0.4.1...HEAD
[Unreleased]: https://github.com/athos/postmortem/compare/0.5.0...HEAD
[0.5.0]: https://github.com/athos/postmortem/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/athos/postmortem/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/athos/postmortem/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/athos/postmortem/compare/0.2.0...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject postmortem "0.4.2-SNAPSHOT"
(defproject postmortem "0.5.0"
:description "A tiny data-oriented debugging tool for Clojure(Script), powered by transducers"
:url "https://github.com/athos/Postmortem"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit cc22cad

Please sign in to comment.