Skip to content

Commit

Permalink
chore: release v1.8.0
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.1...v1.8.0) (2022-05-24)

### Bug Fixes

* ActionQueue file renaming ([8b072d3](8b072d3))
* ActionQueue to module and fixing typos ([1e06bb7](1e06bb7))
* remove 0 allocations and filter out frozenlist in close actions ([480c41a](480c41a))

### Features

* add reallocate and close actions ([18ee3e5](18ee3e5))
  • Loading branch information
semantic-release-bot committed May 24, 2022
1 parent 8b072d3 commit 33885f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

# [1.8.0](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.7.1...v1.8.0) (2022-05-24)


### Bug Fixes

* ActionQueue file renaming ([8b072d3](https://github.com/graphprotocol/AllocationOpt.jl/commit/8b072d33c49867f809d8eac5131f4af2cccdecf8))
* ActionQueue to module and fixing typos ([1e06bb7](https://github.com/graphprotocol/AllocationOpt.jl/commit/1e06bb7ecefe18c96c15f82e4fd4a970dbc3f531))
* remove 0 allocations and filter out frozenlist in close actions ([480c41a](https://github.com/graphprotocol/AllocationOpt.jl/commit/480c41a79322a51d580f1ca5155b445fa11cc38e))


### Features

* add reallocate and close actions ([18ee3e5](https://github.com/graphprotocol/AllocationOpt.jl/commit/18ee3e54293d2955558aa6100bcb0a9f0e37f010))

## [1.7.1](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.7.0...v1.7.1) (2022-05-20)


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 = "c8d4fa36-652a-4cad-a59b-8b946e6f88a6"
authors = ["The Graph Foundation"]
version = "1.7.1"
version = "1.8.0"

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

0 comments on commit 33885f1

Please sign in to comment.