Skip to content

Commit ff159d3

Browse files
committed
Release 0.5.1
1 parent c3403cb commit ff159d3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

44
## [Unreleased]
5+
6+
## [0.5.1] - 2022-06-21
57
### Added
68
- Indexed session ([#12](https://github.com/athos/Postmortem/pull/12))
79
- `merged-logs` ([#13](https://github.com/athos/Postmortem/pull/13))
@@ -33,7 +35,8 @@ All notable changes to this project will be documented in this file. This change
3335
## [0.1.0] - 2019-12-09
3436
- First release
3537

36-
[Unreleased]: https://github.com/athos/postmortem/compare/0.5.0...HEAD
38+
[Unreleased]: https://github.com/athos/postmortem/compare/0.5.1...HEAD
39+
[0.5.1]: https://github.com/athos/postmortem/compare/0.5.0...0.5.1
3740
[0.5.0]: https://github.com/athos/postmortem/compare/0.4.1...0.5.0
3841
[0.4.1]: https://github.com/athos/postmortem/compare/0.4.0...0.4.1
3942
[0.4.0]: https://github.com/athos/postmortem/compare/0.3.0...0.4.0

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject postmortem "0.5.1-SNAPSHOT"
1+
(defproject postmortem "0.5.1"
22
:description "A tiny data-oriented debugging tool for Clojure(Script), powered by transducers"
33
:url "https://github.com/athos/Postmortem"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)