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

Commit 1a0f596

Browse files
chore(release): 1.1.1
1 parent 5a4fa01 commit 1a0f596

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.1.1](https://github.com/arx-org/arx/compare/1.1.0...1.1.1) (2022-02-23)
5+
6+
7+
### Bug Fixes
8+
9+
* **semantic-release:** Add arx.cpp changes by semantic-release ([#4](https://github.com/arx-org/arx/issues/4)) ([5a4fa01](https://github.com/arx-org/arx/commit/5a4fa018dc180ee1795bbee27f7782986c297984))
10+
411
# [1.1.0](https://github.com/arx-org/arx/compare/1.0.0...1.1.0) (2022-02-23)
512

613

arx/src/arx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "llvm/Support/TargetSelect.h"
3232
#include "llvm/Transforms/Scalar.h"
3333

34-
std::string ARX_VERSION = "1.0.0"; // semantic-release
34+
std::string ARX_VERSION = "1.1.1"; // semantic-release
3535

3636
//===----------------------------------------------------------------------===//
3737
// Lexer

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.1.0" %} # semantic-release
2+
{% set version = "1.1.1" %} # semantic-release
33
{% set llvm_version = "12.0.1" %}
44

55
package:

0 commit comments

Comments
 (0)