Skip to content

Commit 15199b7

Browse files
committed
Release 0.7.2
1 parent 4995151 commit 15199b7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

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

3-
## [Unreleased]
3+
## [0.7.2] - 2019-06-04
44

55
### Added
66

@@ -356,8 +356,9 @@ represents the first three bases of chromosome 1.
356356

357357
First release
358358

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
361362
[0.7.0]: https://github.com/chrovis/cljam/compare/0.6.0...0.7.0
362363
[0.6.0]: https://github.com/chrovis/cljam/compare/0.5.1...0.6.0
363364
[0.5.1]: https://github.com/chrovis/cljam/compare/0.5.0...0.5.1

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.7.1"}
18+
cljam {:mvn/version "0.7.2"}
1919
```
2020

2121
Leiningen/Boot:
2222

2323
```clojure
24-
[cljam "0.7.1"]
24+
[cljam "0.7.2"]
2525
```
2626

2727
## Breaking changes in 0.7.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.7.2-SNAPSHOT"
1+
(defproject cljam "0.7.2"
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)