Skip to content

Commit 59e9ea6

Browse files
authored
Prepare 0.2.2 release (#191)
1 parent 2c14683 commit 59e9ea6

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

NEWS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This file contains a summary of important user-visible changes.
22

3-
ethos 0.2.2 prerelease
4-
======================
3+
ethos 0.2.2
4+
===========
55

66
- The attribute `:signature` to specify the argument and return types of programs is now required.
77
- Evaluation is now forbidden in types of parameters and in the argument types of programs.
@@ -10,7 +10,6 @@ ethos 0.2.2 prerelease
1010
- Adds the operator annotation `:right-assoc-non-singleton-nil` (resp. `:left-assoc-non-singleton-nil`). This annotation is similar to `:right-assoc-nil` but additionally collapses singleton lists to their single elements.
1111

1212

13-
1413
ethos 0.2.1
1514
===========
1615

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ int main( int argc, char* argv[] )
8181
else if (arg=="--show-config")
8282
{
8383
std::stringstream out;
84-
out << "This is ethos version 0.2.1." << std::endl;
84+
out << "This is ethos version 0.2.2." << std::endl;
8585
out << std::endl;
8686
size_t w = 15;
8787
out << std::setw(w) << "tracing : ";

0 commit comments

Comments
 (0)