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

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 27, 2022
1 parent 34b3a91 commit bcfa6c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
---

# [1.2.0](https://github.com/arxlang/arx/compare/1.1.1...1.2.0) (2022-03-27)


### Features

* **phases:** Split code into phases ([#14](https://github.com/arxlang/arx/issues/14)) ([222b784](https://github.com/arxlang/arx/commit/222b7847772ae1b47ba9dcbf83a7a4be555fe5d4))

## [1.1.1](https://github.com/arx-org/arx/compare/1.1.0...1.1.1) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion arx/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ char sys_getchar() {
// declared by lexer.h
getchar_ptr arx_getchar = &sys_getchar;

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

static bool check_version(const char* arg) {
if (std::string(arg) == "--version") {
Expand Down
2 changes: 1 addition & 1 deletion conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "arx" %}
{% set version = "1.1.1" %} # semantic-release
{% set version = "1.2.0" %} # semantic-release
{% set llvm_version = "13.0.1" %}

package:
Expand Down

0 comments on commit bcfa6c1

Please sign in to comment.