Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Sep 17, 2020
1 parent 72fed25 commit 3e6c542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# dev
# 0.2.1 (2020-09-17)

Changes:

- (parsers-contparse): Add `parsers-contparse`.
- (parsers-funcparse): Add `parsers-funcparse`.

# 0.2.0 (2020-08-23)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def moduleSettings(moduleName: String) =
Seq(
organization := "codes.quine.labo",
name := s"parsers-$moduleName",
version := "0.2.1-SNAPSHOT",
version := "0.2.1",
console / initialCommands := s"""
|import codes.quine.labo.parsers.$moduleName._
""".stripMargin,
Expand Down

0 comments on commit 3e6c542

Please sign in to comment.