File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ]
3
+ ## [ 0.7.2 ] - 2019-06-04
4
4
5
5
### Added
6
6
@@ -356,8 +356,9 @@ represents the first three bases of chromosome 1.
356
356
357
357
First release
358
358
359
- [ Unreleased ] : https://github.com/chrovis/cljam/compare/0.7.1...HEAD
360
- [ 0.7.1 ] : https://github.com/chrovis/cljam/compare/0.6.0...0.7.1
359
+ [ Unreleased ] : https://github.com/chrovis/cljam/compare/0.7.2...HEAD
360
+ [ 0.7.2 ] : https://github.com/chrovis/cljam/compare/0.7.1...0.7.2
361
+ [ 0.7.1 ] : https://github.com/chrovis/cljam/compare/0.7.0...0.7.1
361
362
[ 0.7.0 ] : https://github.com/chrovis/cljam/compare/0.6.0...0.7.0
362
363
[ 0.6.0 ] : https://github.com/chrovis/cljam/compare/0.5.1...0.6.0
363
364
[ 0.5.1 ] : https://github.com/chrovis/cljam/compare/0.5.0...0.5.1
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)
15
15
Clojure CLI/deps.edn:
16
16
17
17
``` clojure
18
- cljam {:mvn/version " 0.7.1 " }
18
+ cljam {:mvn/version " 0.7.2 " }
19
19
```
20
20
21
21
Leiningen/Boot:
22
22
23
23
``` clojure
24
- [cljam " 0.7.1 " ]
24
+ [cljam " 0.7.2 " ]
25
25
```
26
26
27
27
## Breaking changes in 0.7.0
Original file line number Diff line number Diff line change 1
- (defproject cljam " 0.7.2-SNAPSHOT "
1
+ (defproject cljam " 0.7.2"
2
2
:description " A DNA Sequence Alignment/Map (SAM) library for Clojure"
3
3
:url " https://github.com/chrovis/cljam"
4
4
:license {:name " Apache License, Version 2.0"
You can’t perform that action at this time.
0 commit comments