Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
- Variable declaration and initialization in cqasm v3 parser
- New types in v3: bool, int, float, axis
- Arrays in v3

- v3x::AnalyzeTreeGenAstVisitor is an instance of tree-gen generated visitor base class

- msvc-runtime pip dependency on Windows
  • Loading branch information
pablolh committed Jan 18, 2024
1 parent 52d5a95 commit 8c93a5f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [ 0.5.2 ] - [ 2024-01-18 ]

### Added
- Variable declaration and initialization in cqasm v3 parser
- New types in v3: bool, int, float, axis
- Arrays in v3

### Changed

- v3x::AnalyzeTreeGenAstVisitor is an instance of tree-gen generated visitor base class

### Removed

- msvc-runtime pip dependency on Windows

## [ 0.5.1 ] - [ 2024-01-08 ]

### Added
Expand Down
2 changes: 1 addition & 1 deletion include/version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#define LIBQASM_VERSION "0.5.1"
#define LIBQASM_VERSION "0.5.2"
#define LIBQASM_RELEASE_YEAR "2024"

0 comments on commit 8c93a5f

Please sign in to comment.