Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit bcfa6c1

Browse files
chore(release): 1.2.0
1 parent 34b3a91 commit bcfa6c1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
---
33

4+
# [1.2.0](https://github.com/arxlang/arx/compare/1.1.1...1.2.0) (2022-03-27)
5+
6+
7+
### Features
8+
9+
* **phases:** Split code into phases ([#14](https://github.com/arxlang/arx/issues/14)) ([222b784](https://github.com/arxlang/arx/commit/222b7847772ae1b47ba9dcbf83a7a4be555fe5d4))
10+
411
## [1.1.1](https://github.com/arx-org/arx/compare/1.1.0...1.1.1) (2022-02-23)
512

613

arx/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ char sys_getchar() {
5252
// declared by lexer.h
5353
getchar_ptr arx_getchar = &sys_getchar;
5454

55-
std::string ARX_VERSION = "1.1.1"; // semantic-release
55+
std::string ARX_VERSION = "1.2.0"; // semantic-release
5656

5757
static bool check_version(const char* arg) {
5858
if (std::string(arg) == "--version") {

conda/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "arx" %}
2-
{% set version = "1.1.1" %} # semantic-release
2+
{% set version = "1.2.0" %} # semantic-release
33
{% set llvm_version = "13.0.1" %}
44

55
package:

0 commit comments

Comments
 (0)