Skip to content

Commit

Permalink
Merge pull request #324 from gfngfn/release-0-0-7
Browse files Browse the repository at this point in the history
Release v0.0.7
  • Loading branch information
gfngfn authored Apr 13, 2022
2 parents 8d8dab5 + 7e86948 commit aecb432
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.7] - 2022-04-14
### Fixed
- Fix invalid errors emitted by `--type-check-only` by making the option extension-sensitive.
- Fix the exhaustiveness check ([PR\#171](https://github.com/gfngfn/SATySFi/pull/171) by `matsud224`).
Expand Down Expand Up @@ -131,7 +133,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
- Initial version of SATySFi


[Unreleased]: https://github.com/gfngfn/SATySFi/compare/v0.0.6...HEAD
[Unreleased]: https://github.com/gfngfn/SATySFi/compare/v0.0.7...HEAD
[0.0.7]: https://github.com/gfngfn/SATySFi/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/gfngfn/SATySFi/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/gfngfn/SATySFi/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/gfngfn/SATySFi/compare/v0.0.3...v0.0.4
Expand Down
2 changes: 1 addition & 1 deletion satysfi.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "satysfi"
version: "0.0.6"
version: "0.0.7"
maintainer: "gfngfn"
authors: [
"gfngfn"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ let error_log_environment suspended =

let arg_version () =
print_string (
" SATySFi version 0.0.6\n"
" SATySFi version 0.0.7\n"
(*
^ " (in the middle of the transition from Macrodown)\n"
^ " ____ ____ ________ _____ ______\n"
Expand Down

0 comments on commit aecb432

Please sign in to comment.