Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Jun 8, 2022
1 parent 0aa7ea0 commit 773ba25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Early Semantic Versioning](https://docs.scala-lang.org/overviews/core/binary-compatibility-for-library-authors.html#recommended-versioning-scheme) in addition to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.1]

### Fixed

Expand All @@ -14,5 +14,6 @@ and this project adheres to [Early Semantic Versioning](https://docs.scala-lang.

The initial release of this project, containing linting rules to detect `.map(f).sequence` function call chains, and to detect discarded IO expressions.

[Unreleased]: https://github.com/typelevel/typelevel-scalafix/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/typelevel/typelevel-scalafix/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/typelevel/typelevel-scalafix/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/typelevel/typelevel-scalafix/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Then you can add the *typelevel-scalafix* rules to your sbt project using the `s

```scala
// For cats Scalafix rules
ThisBuild / scalafixDependencies += "org.typelevel" %% "typelevel-scalafix-cats" % "0.1.0"
ThisBuild / scalafixDependencies += "org.typelevel" %% "typelevel-scalafix-cats" % "0.1.1"
// For cats-effect Scalafix rules
ThisBuild / scalafixDependencies += "org.typelevel" %% "typelevel-scalafix-cats-effect" % "0.1.0"
ThisBuild / scalafixDependencies += "org.typelevel" %% "typelevel-scalafix-cats-effect" % "0.1.1"
```

## Usage
Expand Down

0 comments on commit 773ba25

Please sign in to comment.