Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Oct 6, 2024
1 parent 87835bc commit af649be
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.4.1] - 2024-10-06

### Added

- Add `:disabled?` config. ([bdf5d1c](https://github.com/totakke/bosslint/commit/bdf5d1c))

### Fixed

- Return an error when unknown ref is supplied. ([37134e1](https://github.com/totakke/bosslint/commit/37134e1))
- Fix cljfmt group. ([fac5ed0](https://github.com/totakke/bosslint/commit/fac5ed0))

## [0.4.0] - 2023-03-28

### Added
Expand Down Expand Up @@ -41,7 +52,8 @@

First release.

[Unreleased]: https://github.com/totakke/bosslint/compare/0.4.0...HEAD
[Unreleased]: https://github.com/totakke/bosslint/compare/0.4.1...HEAD
[0.4.1]: https://github.com/totakke/bosslint/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/totakke/bosslint/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/totakke/bosslint/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/totakke/bosslint/compare/0.2.0...0.2.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bosslint

[![build](https://github.com/totakke/bosslint/actions/workflows/build.yml/badge.svg)](https://github.com/totakke/bosslint/actions/workflows/build.yml)
[![release](https://img.shields.io/badge/release-v0.4.0-blue.svg)](https://github.com/totakke/bosslint/releases/tag/0.4.0)
[![release](https://img.shields.io/badge/release-v0.4.1-blue.svg)](https://github.com/totakke/bosslint/releases/tag/v0.4.1)

Multiple linters manager for easily checking

Expand Down
2 changes: 1 addition & 1 deletion src/bosslint/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[io.aviso.ansi :as ansi])
(:gen-class))

(def version "0.4.1-SNAPSHOT")
(def version "0.4.1")

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

0 comments on commit af649be

Please sign in to comment.