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

Commit 5b098de

Browse files
chore(release): 1.3.0
1 parent efeb799 commit 5b098de

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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.3.0](https://github.com/arxlang/arx/compare/1.2.0...1.3.0) (2022-04-25)
5+
6+
7+
### Features
8+
9+
* **flags:** Add --show-ir flag ([#31](https://github.com/arxlang/arx/issues/31)) ([efeb799](https://github.com/arxlang/arx/commit/efeb799d0ba9c3330f64c0e0e4628ec8b8d469f7))
10+
411
# [1.2.0](https://github.com/arxlang/arx/compare/1.1.1...1.2.0) (2022-03-27)
512

613

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ArxLang"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "1.2.0" # semantic-release
41+
PROJECT_NUMBER = "1.3.0" # semantic-release
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

arx/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ auto sys_getchar() -> char {
3030
// declared by lexer.h
3131
getchar_ptr arx_getchar = &sys_getchar;
3232

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

3636
auto main(int argc, const char* argv[]) -> int {

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.2.0" %} # semantic-release
2+
{% set version = "1.3.0" %} # semantic-release
33
{% set llvm_version = "13.*" %}
44

55
package:

0 commit comments

Comments
 (0)