Skip to content

Commit

Permalink
Increment version to v0.5.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
sduquemesa authored Oct 18, 2022
1 parent 90c6bd0 commit 8dbe10e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
# Release 0.5.0 (development release)
# Release 0.5.0

<h3>New features since last release</h3>

* Rebuilds the grammar using ANTLR `v4.9.2`
* Rebuilds the grammar using ANTLR `v4.9.2`
[(#51)](https://github.com/XanaduAI/blackbird/pull/51)

<h3>Improvements</h3>

<h3>Breaking changes</h3>

<h3>Bug fixes</h3>

<h3>Documentation</h3>

* Updates ANTLR `v4.9.2` version on the _compiling grammar_ section.
[(#51)](https://github.com/XanaduAI/blackbird/pull/51)

<h3>Contributors</h3>

This release contains contributions from (in alphabetical order):

Kshitij Chhabra (@kshitijc), Sebastián Duque Mesa (@sduquemesa)

---

# Release 0.4.0 (current release)
# Release 0.4.0

<h3>Improvements</h3>

Expand Down
2 changes: 1 addition & 1 deletion blackbird_python/blackbird/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = '0.5.0-dev'
__version__ = '0.5.0'

0 comments on commit 8dbe10e

Please sign in to comment.