Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2023-04-17)

### Bug Fixes

* Increased precision of simplex projection ([53c4aef](53c4aef)), closes [#32](#32)
  • Loading branch information
semantic-release-bot authored and anirudh2 committed Apr 17, 2023
1 parent e487c61 commit bbe3aac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/graphprotocol/allocation-optimizer/compare/v2.0.0...v2.0.1) (2023-04-17)


### Bug Fixes

* Increased precision of simplex projection ([53c4aef](https://github.com/graphprotocol/allocation-optimizer/commit/53c4aef94e33eef96f50791da2530e91593ec546)), closes [#32](https://github.com/graphprotocol/allocation-optimizer/issues/32)

# [2.0.0](https://github.com/graphprotocol/allocation-optimizer/compare/v1.8.0...v2.0.0) (2023-04-14)


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 = "AllocationOpt"
uuid = "e2472b13-1eb9-46f1-ac4b-64ea04136a8a"
authors = ["The Graph Foundation"]
version = "2.0.0"
version = "2.0.1"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

0 comments on commit bbe3aac

Please sign in to comment.