Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-weber committed Nov 21, 2024
1 parent 7d2d7c6 commit ec76466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.1.1

### Added
- `ClusterModel` for simulating other models in clustered bases (e.g. fully-frustrated bilayer)
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StochasticSeriesExpansion"
uuid = "1c8cc5bc-bd94-4f4b-9471-62b736d0cc39"
authors = ["Lukas Weber <49278367+lukas-weber@users.noreply.github.com>"]
version = "0.1.0"
version = "0.1.1"

[deps]
Carlo = "780c37f4-4e5a-43de-9e79-65c261e525a4"
Expand Down

2 comments on commit ec76466

@lukas-weber
Copy link
Owner 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:

Added

  • ClusterModel for simulating other models in clustered bases (e.g. fully-frustrated bilayer)

Changed

  • MagnetizationEstimator: add Tag parameter to allow different kinds of magnetizations for the same model

Fixed

  • magnet: fix typo in the Hamiltonian that changed the meaning of d.
  • some performance optimizations

@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/119904

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.1.1 -m "<description of version>" ec764662198a4c9a191b52ec33836a3e55ae62a6
git push origin v0.1.1

Please sign in to comment.