Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Mar 28, 2020
1 parent 28e6552 commit 18fef30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.2.1] - 2020-03-28

### Fixed

Expand All @@ -22,6 +22,7 @@

First release.

[Unreleased]: https://github.com/totakke/bosslint/compare/0.2.0...HEAD
[Unreleased]: https://github.com/totakke/bosslint/compare/0.2.1...HEAD
[0.2.1]: https://github.com/totakke/bosslint/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/totakke/bosslint/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/totakke/bosslint/compare/b32d91e...0.1.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bosslint

![build](https://github.com/totakke/bosslint/workflows/build/badge.svg)
![release](https://img.shields.io/badge/release-v0.2.0-blue.svg)
![release](https://img.shields.io/badge/release-v0.2.1-blue.svg)

Meta linter for easily checking

Expand All @@ -14,15 +14,15 @@ Meta linter for easily checking
### Mac OS

```console
$ curl -sSL https://github.com/totakke/bosslint/releases/download/0.2.0/bosslint_macos -o bosslint
$ curl -sSL https://github.com/totakke/bosslint/releases/download/0.2.1/bosslint_macos -o bosslint
$ chmod +x bosslint
$ mv bosslint [/your/PATH/dir/]
```

### Linux

```console
$ curl -sSL https://github.com/totakke/bosslint/releases/download/0.2.0/bosslint_linux -o bosslint
$ curl -sSL https://github.com/totakke/bosslint/releases/download/0.2.1/bosslint_linux -o bosslint
$ chmod +x bosslint
$ mv bosslint [/your/PATH/dir/]
```
Expand Down
2 changes: 1 addition & 1 deletion src/bosslint/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[io.aviso.ansi :as ansi])
(:gen-class))

(def version "0.2.1-SNAPSHOT")
(def version "0.2.1")

(defn- list-linters []
(sort-by linter/name (descendants :bosslint/linter)))
Expand Down

0 comments on commit 18fef30

Please sign in to comment.