Skip to content

Commit

Permalink
Prep to release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k4rtik committed Jul 11, 2022
1 parent 5d7ef3a commit 6f2d288
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#### v0.3.0 (2020-01-16)
# Changelog

## v0.4.0 (2022-07-11)

- Close channel after parsing [#2](https://github.com/inQWIRE/openqasm-parser/pull/2)

## v0.3.0 (2020-01-16)

- Switch to MIT license

#### v0.2.0 (2020-01-15)
## v0.2.0 (2020-01-15)

- Initial public release
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Kartik Singhal
Copyright (c) 2020--2022 Kartik Singhal

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
OCaml library for manipulating [OpenQASM](https://github.com/Qiskit/openqasm) Abstract Syntax Tree

## Requirements

This library requires a recent version of OCaml, `dune` and `menhir`.

## Installation
Expand All @@ -24,11 +25,14 @@ OpenQASM.get_ast "teleport.qasm";;
```

## Links

- [Package and module documentation](https://inqwire.github.io/openqasm-parser/openQASM/OpenQASM/)
- [Package listing on opam repository](https://opam.ocaml.org/packages/openQASM/)

## Contributing

Pull requests are welcome.

## License

[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit 6f2d288

Please sign in to comment.