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

Commit e4bac5f

Browse files
chore(release): 1.4.1
1 parent 6c62200 commit e4bac5f

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.4.1](https://github.com/arxlang/arx/compare/1.4.0...1.4.1) (2022-09-15)
5+
6+
7+
### Bug Fixes
8+
9+
* **codegen:** Fix code generation and IO issues ([#52](https://github.com/arxlang/arx/issues/52)) ([62b8b48](https://github.com/arxlang/arx/commit/62b8b480c295bc2ecdcb5c25b5521b98682b57d9))
10+
411
# [1.4.0](https://github.com/arxlang/arx/compare/1.3.0...1.4.0) (2022-06-17)
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.4.0" # semantic-release
41+
PROJECT_NUMBER = "1.4.1" # 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
@@ -26,7 +26,7 @@
2626
#include "settings.h"
2727
#include "utils.h"
2828

29-
std::string ARX_VERSION = "1.4.0"; // semantic-release
29+
std::string ARX_VERSION = "1.4.1"; // semantic-release
3030
extern std::string INPUT_FILE;
3131
extern std::string OUTPUT_FILE;
3232

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.4.0" %} # semantic-release
2+
{% set version = "1.4.1" %} # semantic-release
33
{% set llvm_version = "13.*" %}
44
{% set arrow_version = "8.*" %}
55

0 commit comments

Comments
 (0)