Skip to content

Commit d6cd437

Browse files
committed
Bump version 6.4.2
1 parent 4008286 commit d6cd437

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
66

7-
## [Unreleased]
7+
## [6.4.2] - 2022-12-31
88

99
### Added
1010

11-
- context: Allow adding contracts by code hash in runtime.
1211
- config: Added `http.ratelimit_sleep` option to set fixed sleep time on 429 responses.
12+
- context: Allow adding contracts by code hash in runtime.
1313

1414
### Fixed
1515

@@ -898,7 +898,8 @@ This release contains no changes except for the version number.
898898
[semantic versioning]: https://semver.org/spec/v2.0.0.html
899899

900900
<!-- Versions -->
901-
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.4.1...HEAD
901+
[Unreleased]: https://github.com/dipdup-io/dipdup/compare/6.4.2...HEAD
902+
[6.4.2]: https://github.com/dipdup-io/dipdup/compare/6.4.1...6.4.2
902903
[6.4.1]: https://github.com/dipdup-io/dipdup/compare/6.4.0...6.4.1
903904
[6.4.0]: https://github.com/dipdup-io/dipdup/compare/6.4.0rc1...6.4.0
904905
[6.4.0rc1]: https://github.com/dipdup-io/dipdup/compare/6.3.1...6.4.0rc1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "dipdup"
33
description = "Modular framework for creating selective indexers and featureful backends for dapps"
4-
version = "6.4.1"
4+
version = "6.4.2"
55
license = "MIT"
66
authors = [
77
"Lev Gorodetskiy <[email protected]>",

0 commit comments

Comments
 (0)