Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alumi committed Dec 27, 2021
1 parent defcd10 commit f7f9b02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [0.8.3] - 2021-12-27

### Changed
* Bump actions/checkout from 2.3.4 to 2.3.5. [#248](https://github.com/chrovis/cljam/pull/248)
Expand Down Expand Up @@ -485,7 +485,8 @@ represents the first three bases of chromosome 1.

First release

[Unreleased]: https://github.com/chrovis/cljam/compare/0.8.2...HEAD
[Unreleased]: https://github.com/chrovis/cljam/compare/0.8.3...HEAD
[0.8.3]: https://github.com/chrovis/cljam/compare/0.8.2...0.8.3
[0.8.2]: https://github.com/chrovis/cljam/compare/0.8.1...0.8.2
[0.8.1]: https://github.com/chrovis/cljam/compare/0.8.0...0.8.1
[0.8.0]: https://github.com/chrovis/cljam/compare/0.7.4...0.8.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.8.2"}
cljam {:mvn/version "0.8.3"}
```

Leiningen/Boot:

```clojure
[cljam "0.8.2"]
[cljam "0.8.3"]
```

## Breaking changes in 0.8.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cljam "0.8.3-SNAPSHOT"
(defproject cljam "0.8.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 f7f9b02

Please sign in to comment.