File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] , and this project adheres to [ Semantic Versioning] .
66
7- ## [ Unreleased ]
7+ ## [ 6.5.2 ] - 2023-03-09
88
99### Fixed
1010
11+ - codegen: Fixed type generation for contracts with "default" entrypoint.
1112- metadata: Add "mumbainet" to available networks.
1213- sentry: Fixed bug leading to crash reports not being sent in some cases.
1314- sentry: Fixed crash report grouping.
@@ -958,7 +959,8 @@ This release contains no changes except for the version number.
958959[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
959960
960961<!-- Versions -->
961- [ Unreleased ] : https://github.com/dipdup-io/dipdup/compare/6.5.1...HEAD
962+ [ Unreleased ] : https://github.com/dipdup-io/dipdup/compare/6.5.2...HEAD
963+ [ 6.5.2 ] : https://github.com/dipdup-io/dipdup/compare/6.5.1...6.5.2
962964[ 6.5.1 ] : https://github.com/dipdup-io/dipdup/compare/6.5.0...6.5.1
963965[ 6.5.0 ] : https://github.com/dipdup-io/dipdup/compare/6.4.3...6.5.0
964966[ 6.4.3 ] : https://github.com/dipdup-io/dipdup/compare/6.4.2...6.4.3
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dipdup"
33description = " Modular framework for creating selective indexers and featureful backends for dapps"
4- version = " 6.5.1 "
4+ version = " 6.5.2 "
55license = " MIT"
66authors = [
77 " Lev Gorodetskiy <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments