File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ Past Contributors (in alphabetical order)
1111- Emilio Gallego (2018-2021)
1212- Aurélien Castre (2021)
1313- Yann Leray (2021)
14+ - Diego Riverio (2020)
1415- Amélie Ledein (2020)
15- - Yacine El Haddad (2019)
16- - Guillaume Genestier (2019)
1716- François Lefoulon (2020)
1817- Rodolphe Lepigre (2017-2020)
1918- Rehan Malak (2019-2020)
19+ - Yacine El Haddad (2019)
20+ - Guillaume Genestier (2019)
2021- Houda Mouzoun (2019)
2122- Aristomenis-Dionysios Papadopoulos (2019)
22- - Christophe Raffalli (2017-2018)
23- - Diego Riverio (2020)
2423- Franck Slama (2019)
2524- Jui-Hsuan Wu (2019)
25+ - Christophe Raffalli (2017-2018)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) ,
44and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
55
6- ## Unreleased
6+ ## 2.2.0 (2022-03-18)
77
88### Added
99
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1818- Do not print empty term environments ` .[] ` .
1919- Allow users to use the pattern variables ` $0 ` , ` $1 ` , etc. and internally name pattern variables by their index.
2020- Fixed debug flag printing in Pretty.
21+ - Compatibility with Cmdliner 1.1.0 and Bindlib 6.0.0.
2122
2223### Removed
2324
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Questions can be asked on the following
1111[ forum] ( https://github.com/Deducteam/lambdapi/discussions ) .
1212
1313Examples of developments made with Lambdapi:
14+ - [ tutorial] ( https://raw.githubusercontent.com/Deducteam/lambdapi/master/tests/OK/tutorial.lp )
1415- [ logic definitions] ( https://github.com/Deducteam/lambdapi/tree/master/Logic ) installed with Lambdapi
1516- [ inductive-recursive type definition] ( https://github.com/Deducteam/lambdapi/blob/master/tests/OK/indrec.lp )
1617- [ inductive-inductive type definition] ( https://github.com/Deducteam/lambdapi/blob/master/tests/OK/indind.lp )
Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ TODO list for a new release on Github
1313
1414- repeat (dune-release distrib; fix problems)
1515
16- - commit and push
16+ - git add and commit
1717
18- - to delete an existing tag: git tag -d $tag; git push --delete origin $tag
18+ - to delete a local tag: git tag -d $tag
19+ - to delete a remote tag: git push --delete origin $tag
1920
2021- dune-release tag
2122
You can’t perform that action at this time.
0 commit comments