Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
athos committed Jun 21, 2022
1 parent c3403cb commit ff159d3
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.1] - 2022-06-21
### Added
- Indexed session ([#12](https://github.com/athos/Postmortem/pull/12))
- `merged-logs` ([#13](https://github.com/athos/Postmortem/pull/13))
Expand Down Expand Up @@ -33,7 +35,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.5.0...HEAD
[Unreleased]: https://github.com/athos/postmortem/compare/0.5.1...HEAD
[0.5.1]: https://github.com/athos/postmortem/compare/0.5.0...0.5.1
[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
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.5.1-SNAPSHOT"
(defproject postmortem "0.5.1"
: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 ff159d3

Please sign in to comment.