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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 25, 2022
1 parent efeb799 commit 5b098de
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.3.0](https://github.com/arxlang/arx/compare/1.2.0...1.3.0) (2022-04-25)


### Features

* **flags:** Add --show-ir flag ([#31](https://github.com/arxlang/arx/issues/31)) ([efeb799](https://github.com/arxlang/arx/commit/efeb799d0ba9c3330f64c0e0e4628ec8b8d469f7))

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


Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "ArxLang"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "1.2.0" # semantic-release
PROJECT_NUMBER = "1.3.0" # semantic-release

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion arx/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ auto sys_getchar() -> char {
// declared by lexer.h
getchar_ptr arx_getchar = &sys_getchar;

std::string ARX_VERSION = "1.2.0"; // semantic-release
std::string ARX_VERSION = "1.3.0"; // semantic-release
std::string OUTPUT_FILE{"output.o"};

auto main(int argc, const char* argv[]) -> int {
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.2.0" %} # semantic-release
{% set version = "1.3.0" %} # semantic-release
{% set llvm_version = "13.*" %}

package:
Expand Down

0 comments on commit 5b098de

Please sign in to comment.