Skip to content

Commit 1a29775

Browse files
committed
Release 0.5.2
1 parent c659623 commit 1a29775

3 files changed

Lines changed: 6 additions & 3 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.2] - 2022-11-05
57
### Added
68
- Babashka support ([#17](https://github.com/athos/Postmortem/pull/17))
79

@@ -37,7 +39,8 @@ All notable changes to this project will be documented in this file. This change
3739
## [0.1.0] - 2019-12-09
3840
- First release
3941

40-
[Unreleased]: https://github.com/athos/postmortem/compare/0.5.1...HEAD
42+
[Unreleased]: https://github.com/athos/postmortem/compare/0.5.2...HEAD
43+
[0.5.2]: https://github.com/athos/postmortem/compare/0.5.1...0.5.2
4144
[0.5.1]: https://github.com/athos/postmortem/compare/0.5.0...0.5.1
4245
[0.5.0]: https://github.com/athos/postmortem/compare/0.4.1...0.5.0
4346
[0.4.1]: https://github.com/athos/postmortem/compare/0.4.0...0.4.1

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[org.corfield.build :as bb]))
44

55
(def lib 'postmortem/postmortem)
6-
(def version "0.5.2-SNAPSHOT")
6+
(def version "0.5.2")
77
(def tag (b/git-process {:git-args "rev-parse HEAD"}))
88

99
(defn clean [opts]

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"
1+
(defproject postmortem "0.5.2"
22
:description "A simple debug library for Clojure(Script) that features data-oriented logging and tracing"
33
:url "https://github.com/athos/Postmortem"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)