Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbrand committed Jan 19, 2024
1 parent aeb242f commit 1da9998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Rimu"
uuid = "c53c40cc-bd84-11e9-2cf4-a9fde2b9386e"
authors = ["Joachim Brand <[email protected]>"]
version = "0.10.3"
version = "0.11.0"

[deps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
Expand Down

2 comments on commit 1da9998

@joachimbrand
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

A minor breaking release with mostly new functionality and minor changes in behaviour that are strictly breaking, but most old scripts should run without changes.

New features

Changed behaviour

Bug fixes

Breaking changes

  • BoseFS(m::Integer) was previously interpreted as the vacuum state (zero particles) with m modes, but is now interpreted as a state with m particles in a single mode. Use BoseFS(m::Integer, 1=>0) to construct the vacuum state with m modes.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/99150

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.11.0 -m "<description of version>" 1da99985709e3e235b2105f0e20570d8db2bc9b6
git push origin v0.11.0

Please sign in to comment.