Skip to content

Commit

Permalink
chore(*): release 3.16.3 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Jun 18, 2020
1 parent 9d1d257 commit a5a42cb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
About
-----

- **Important**: This is Lean 3.16.2c, a fork of Lean 3 maintained and updated by the Lean community. The last official release of Lean 3.x was Lean 3.4.2, which can be found [here](https://github.com/leanprover/lean). The Lean developers are currently developing [Lean 4](https://github.com/leanprover/lean4).
- **Important**: This is Lean 3.16.3c, a fork of Lean 3 maintained and updated by the Lean community. The last official release of Lean 3.x was Lean 3.4.2, which can be found [here](https://github.com/leanprover/lean). The Lean developers are currently developing [Lean 4](https://github.com/leanprover/lean4).
- [Lean Homepage](http://leanprover.github.io)
- [Lean Prover Community Homepage](https://leanprover-community.github.io)
- [Theorem Proving in Lean](https://leanprover.github.io/theorem_proving_in_lean/index.html)
Expand Down
19 changes: 19 additions & 0 deletions doc/changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
3.16.3c (18 June 2020)
----------------------

Bug fixes:
- Remove as-is annotations (#338, fixes #334)
- Handle EOF in `skip_to_pos` (#342, fixes #85)
- Fix holes with space in name (#343)

Features:
- Add profiling for user attributes (#328)
- Profile user commands (#329)
- Support `lean --profile --run` (#337)
- Add `parser.{any_char,digit,nat}` (#331)
- Cache type-class searches w/o mvars (#332)

Changes:
- Put `is_strict_total_order` in `Prop` (#327)
- Remove redundant lemmas (#321)

3.16.2c (12 June 2020)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ endif()
project(LEAN CXX C)
set(LEAN_VERSION_MAJOR 3)
set(LEAN_VERSION_MINOR 16)
set(LEAN_VERSION_PATCH 2)
set(LEAN_VERSION_PATCH 3)
set(LEAN_VERSION_IS_RELEASE 1) # This number is 1 in the release revision, and 0 otherwise.
set(LEAN_SPECIAL_VERSION_DESC "" CACHE STRING "Additional version description like 'nightly-2018-03-11'")
set(LEAN_VERSION_STRING "${LEAN_VERSION_MAJOR}.${LEAN_VERSION_MINOR}.${LEAN_VERSION_PATCH}")
Expand Down

0 comments on commit a5a42cb

Please sign in to comment.