File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
538538First 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
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ cljam is available as a Maven artifact from [Clojars](https://clojars.org/cljam)
1515Clojure CLI/deps.edn:
1616
1717``` clojure
18- cljam {:mvn/version " 0.8.4 " }
18+ cljam {:mvn/version " 0.8.5 " }
1919```
2020
2121Leiningen/Boot:
2222
2323``` clojure
24- [cljam " 0.8.4 " ]
24+ [cljam " 0.8.5 " ]
2525```
2626
2727## Breaking changes in 0.8.0
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments