Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@ For changes to the binding libraries, see the [Rust CHANGELOG](https://github.co

The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0](https://github.com/unitaryfoundation/jeff/tree/jeff-v0.1.0) - 2026-02-24
## [0.2.0] - 2026-04-14

This version releases two breaking changes:

- The `qureg`, `intArray`, and `floatArray` types now hold information about the size of the underlying structure ([#52])
- The order of inputs to `QuregOp.insertIndex` and `QuregOp.insertSlice` has been adapted to be more in line with the order of inputs to `IntArrayOp.setIndex` and `FloarArrayOp.setIndex` ([#50])

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FloarArrayOp.

Missed this -.-'

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry... #56 fixes this.


## [0.1.0] - 2026-02-24

Initial release.
Format defined with capnproto `1.3.0`.

<!-- Version links -->

[0.2.0]: https://github.com/unitaryfoundation/jeff/tree/jeff-v0.2.0
[0.1.0]: https://github.com/unitaryfoundation/jeff/tree/jeff-v0.1.0

<!-- PR links -->

[#52]: https://github.com/unitaryfoundation/jeff/pull/52
[#50]: https://github.com/unitaryfoundation/jeff/pull/50
Loading