Skip to content

Commit

Permalink
Release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alumi committed Sep 3, 2019
1 parent dd2694e commit 8265949
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [0.7.3] - 2019-09-03

### Added

Expand Down Expand Up @@ -375,7 +375,8 @@ represents the first three bases of chromosome 1.

First release

[Unreleased]: https://github.com/chrovis/cljam/compare/0.7.2...HEAD
[Unreleased]: https://github.com/chrovis/cljam/compare/0.7.3...HEAD
[0.7.3]: https://github.com/chrovis/cljam/compare/0.7.2...0.7.3
[0.7.2]: https://github.com/chrovis/cljam/compare/0.7.1...0.7.2
[0.7.1]: https://github.com/chrovis/cljam/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/chrovis/cljam/compare/0.6.0...0.7.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,13 +15,13 @@ cljam is available as a Maven artifact from [Clojars](https://clojars.org/cljam)
Clojure CLI/deps.edn:

```clojure
cljam {:mvn/version "0.7.2"}
cljam {:mvn/version "0.7.3"}
```

Leiningen/Boot:

```clojure
[cljam "0.7.2"]
[cljam "0.7.3"]
```

## Breaking changes in 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject cljam "0.7.3-SNAPSHOT"
(defproject cljam "0.7.3"
:description "A DNA Sequence Alignment/Map (SAM) library for Clojure"
:url "https://github.com/chrovis/cljam"
:license {:name "Apache License, Version 2.0"
Expand Down

0 comments on commit 8265949

Please sign in to comment.