Skip to content

Commit

Permalink
Updated version to 1.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Aug 15, 2024
1 parent f918b83 commit 0326b89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
17 changes: 5 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [ 1.0.8 ] - [ 2024-08-15 ]

### Changed
- Bump dependencies versions.

## [ 1.0.7 ] - [ 2024-03-18 ]

### Added
Expand All @@ -11,9 +16,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Update GitHub actions and workflows to look more like libqasm's.

### Removed
-

## [ 1.0.6 ] - [ 2024-02-29 ]

### Added
Expand All @@ -27,16 +29,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Change `-Wno-error=unused-but-set-variable` to `-Wno-error=unused` (apple-clang 13).
- Do not `tool_requires` flex and bison when building for wasm architecture.

### Removed
-

## [ 1.0.1 ] - [ 2024-01-12 ]

### Added
-

### Changed
- Minimal changes in order to allow creation of a tree-gen Conan Center package.

### Removed
-
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ So, for the time being, we are installing Flex/Bison and Java manually for this

```python
def requirements(self):
self.requires("tree-gen/1.0.7")
self.requires("tree-gen/1.0.8")
```

And then used something like:
Expand Down
2 changes: 1 addition & 1 deletion include/version.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once


static const char* tree_gen_version{ "1.0.7" };
static const char* tree_gen_version{ "1.0.8" };
static const char* tree_gen_release_year{ "2024" };


Expand Down

0 comments on commit 0326b89

Please sign in to comment.