Skip to content

Commit

Permalink
Update version.hpp and CHANGELOG.md.
Browse files Browse the repository at this point in the history
.github/workflows/test.yml on/push/branches includes master.
  • Loading branch information
rturrado committed Mar 28, 2024
1 parent 765788e commit 3ca66a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 34 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- master
pull_request:

jobs:
Expand Down
36 changes: 3 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,18 @@
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 ]
## [ 0.6.0 ] - [ 2024-03-28 ]

### Added

- cQasm 3.0 parser: implemented variable declaration and initialization for `bool`, `int`, and `float`
(simple and array), and `axis` types.

### 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

### Changed

- Fixed `upload-release-asset` steps in `.github/workflow/assets.yml`.
- Updated `RELEASE.md`.

### Removed

## [ 0.5.0 ] - [ 2023-12-16 ]

### Added

- cQasm 3.0 parser. MVP (Minimum Viable Product) implemented. Extended v3 is a WIP.
- cQasm 3.0 parser. MVP (Minimum Viable Product) implemented.
- Conan as package manager.
- res folder for resources.

### Changed

- Different upgrades: C++20, CMake 3.12, Python 3.8 to 3.12.
- GitHub workflows and jobs.
- File reorganization to accommodate v3 parser: v10, v1x, and v3x folders. tests folder is now called test.

### Removed

- cQasm 1.x support.
- Git submodules.
- GitHub Conda job.
- CMake folder.
2 changes: 1 addition & 1 deletion include/version.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define LIBQASM_VERSION "0.5.2"
#define LIBQASM_VERSION "0.6.0"
#define LIBQASM_RELEASE_YEAR "2024"

#include <string>
Expand Down

0 comments on commit 3ca66a6

Please sign in to comment.