Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed May 15, 2018
1 parent 1896db2 commit 72db7be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Checkmate changelog
Version 0.3.3
-------------

To be released.
Released on May 16, 2018.

- The officially distributed executable binaries for Linux became
dependent on [glibc].
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Checkmate

[![Build Status][ci-badge]][ci]
[![Hackage][hackage-badge]][hackage]
[![GitHub release][release-badge]][latest release]

Checkmate is a small program to generate human-readable checklists from
a given patch (or pull request). Leave `CHECK` comments (that are the same
Expand All @@ -16,6 +17,7 @@ when a part of the code is changed.
[ci]: https://travis-ci.org/spoqa/checkmate
[hackage-badge]: https://img.shields.io/hackage/v/checkmate.svg
[hackage]: https://hackage.haskell.org/package/checkmate
[release-badge]: https://img.shields.io/github/release/spoqa/checkmate.svg?label=download&colorB=4c1


Situation
Expand Down Expand Up @@ -156,7 +158,7 @@ All examples assume the environment variables are defined:
of the latest release, i.e.:

~~~~~~~ bash
CHECKMATE_DOWNLOAD_URL=https://github.com/spoqa/checkmate/releases/download/0.3.2/checkmate-linux-x86_64
CHECKMATE_DOWNLOAD_URL=https://github.com/spoqa/checkmate/releases/download/0.3.3/checkmate-linux-x86_64
~~~~~~~

[personal API tokens]: https://github.com/blog/1509-personal-api-tokens
Expand Down

0 comments on commit 72db7be

Please sign in to comment.