Skip to content

Commit

Permalink
chore(release): bump to v0.1.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas authored Jul 20, 2024
1 parent 2cff377 commit 3009af3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [0.1.0] - 2024-07-20

### 🐛 Bug Fixes

- Fix bugs in semigroup constructors (#11)
- Allow interrupting computation from Python with ctrl+c (#9)

### ⚙️ Miscellaneous Tasks

- Added cliff.toml
- Repo-review fixes (#6)
- Build and test on Windows (#7)
- Update pre-commit hooks (#10)
- Update pre-commit hooks (#13)
- Update pre-commit hooks (#15)
- Update pre-commit hooks (#19)
- Update pre-commit hooks (#20)
- [**breaking**] Miscellaneous cleanup (#16)
- Fixed failing tests due to rug bug (#22)

## [0.0.2] - 2024-05-22

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cygv"
version = "0.0.2"
version = "0.1.0"
description = "Compute GV and GW invariants of CY manifolds."
authors = ["Andres Rios Tascon"]
edition = "2021"
Expand Down

0 comments on commit 3009af3

Please sign in to comment.