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.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 15, 2022
1 parent 6c62200 commit e4bac5f
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.4.1](https://github.com/arxlang/arx/compare/1.4.0...1.4.1) (2022-09-15)


### Bug Fixes

* **codegen:** Fix code generation and IO issues ([#52](https://github.com/arxlang/arx/issues/52)) ([62b8b48](https://github.com/arxlang/arx/commit/62b8b480c295bc2ecdcb5c25b5521b98682b57d9))

# [1.4.0](https://github.com/arxlang/arx/compare/1.3.0...1.4.0) (2022-06-17)


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.4.0" # semantic-release
PROJECT_NUMBER = "1.4.1" # 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 @@ -26,7 +26,7 @@
#include "settings.h"
#include "utils.h"

std::string ARX_VERSION = "1.4.0"; // semantic-release
std::string ARX_VERSION = "1.4.1"; // semantic-release
extern std::string INPUT_FILE;
extern std::string OUTPUT_FILE;

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

Expand Down

0 comments on commit e4bac5f

Please sign in to comment.