Skip to content

Commit 95d006c

Browse files
committed
chore(release): Release 0.8.5
1 parent 40e229e commit 95d006c

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [0.8.5] - 2024-05-23
44

55
### Changed
66
* Use aset instead of aset-* for performance [#286](https://github.com/chrovis/cljam/pull/286)
@@ -537,7 +537,8 @@ represents the first three bases of chromosome 1.
537537

538538
First release
539539

540-
[Unreleased]: https://github.com/chrovis/cljam/compare/0.8.4...HEAD
540+
[Unreleased]: https://github.com/chrovis/cljam/compare/0.8.5...HEAD
541+
[0.8.5]: https://github.com/chrovis/cljam/compare/0.8.4...0.8.5
541542
[0.8.4]: https://github.com/chrovis/cljam/compare/0.8.3...0.8.4
542543
[0.8.3]: https://github.com/chrovis/cljam/compare/0.8.2...0.8.3
543544
[0.8.2]: https://github.com/chrovis/cljam/compare/0.8.1...0.8.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ cljam is available as a Maven artifact from [Clojars](https://clojars.org/cljam)
1515
Clojure CLI/deps.edn:
1616

1717
```clojure
18-
cljam {:mvn/version "0.8.4"}
18+
cljam {:mvn/version "0.8.5"}
1919
```
2020

2121
Leiningen/Boot:
2222

2323
```clojure
24-
[cljam "0.8.4"]
24+
[cljam "0.8.5"]
2525
```
2626

2727
## Breaking changes in 0.8.0

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject cljam "0.8.5-SNAPSHOT"
1+
(defproject cljam "0.8.5"
22
:description "A DNA Sequence Alignment/Map (SAM) library for Clojure"
33
:url "https://github.com/chrovis/cljam"
44
:license {:name "Apache License, Version 2.0"

0 commit comments

Comments
 (0)