File tree Expand file tree Collapse file tree 12 files changed +15
-14
lines changed
demo_tezos_domains_big_map/docker
demo_tezos_domains/docker
demo_tzbtc_transfers/docker Expand file tree Collapse file tree 12 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 6.0.0-rc1
2+ current_version = 6.0.0rc2
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ,
66and this project adheres to [ Semantic Versioning] .
77
8- ## [ Unreleased ]
8+ ## [ 6.0.0rc2 ] - 2022-08-06
99
1010### Added
1111
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning].
1414
1515### Fixed
1616
17- - config: Do not perform env variable substitution in commented out lines.
17+ - config: Do not perform env variable substitution in commented- out lines.
1818
1919### Removed
2020
@@ -689,7 +689,8 @@ This release contains no changes except for the version number.
689689[ semantic versioning ] : https://semver.org/spec/v2.0.0.html
690690
691691<!-- Versions -->
692- [ unreleased ] : https://github.com/dipdup-net/dipdup-py/compare/6.0.0-rc1...HEAD
692+ [ unreleased ] : https://github.com/dipdup-net/dipdup-py/compare/6.0.0rc2...HEAD
693+ [ 6.0.0rc2 ] : https://github.com/dipdup-net/dipdup-py/compare/6.0.0-rc1...6.0.0rc2
693694[ 6.0.0-rc1 ] : https://github.com/dipdup-net/dipdup-py/compare/5.2.5...6.0.0-rc1
694695[ 5.2.5 ] : https://github.com/dipdup-net/dipdup-py/compare/5.2.4...5.2.5
695696[ 5.2.4 ] : https://github.com/dipdup-net/dipdup-py/compare/5.2.3...5.2.4
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " dipdup"
33description = " Python SDK for developing indexers of Tezos smart contracts inspired by The Graph"
4- version = " 6.0.0-rc1 "
4+ version = " 6.0.0rc2 "
55license = " MIT"
66authors = [
77 " Lev Gorodetskiy <[email protected] >" ,
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:6.0.0-rc1
1+ FROM dipdup/dipdup:6.0.0rc2
22COPY demo_hic_et_nunc /home/dipdup/demo_hic_et_nunc
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:6.0.0-rc1
1+ FROM dipdup/dipdup:6.0.0rc2
22COPY demo_quipuswap /home/dipdup/demo_quipuswap
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:6.0.0-rc1
1+ FROM dipdup/dipdup:6.0.0rc2
22COPY demo_registrydao /home/dipdup/demo_registrydao
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:6.0.0-rc1
1+ FROM dipdup/dipdup:6.0.0rc2
22COPY demo_tezos_domains /home/dipdup/demo_tezos_domains
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:6.0.0-rc1
1+ FROM dipdup/dipdup:6.0.0rc2
22COPY demo_tezos_domains_big_map /home/dipdup/demo_tezos_domains_big_map
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:6.0.0-rc1
1+ FROM dipdup/dipdup:6.0.0rc2
22COPY demo_tzbtc /home/dipdup/demo_tzbtc
Original file line number Diff line number Diff line change 1- FROM dipdup/dipdup:6.0.0-rc1
1+ FROM dipdup/dipdup:6.0.0rc2
22COPY demo_tzbtc /home/dipdup/demo_tzbtc
You can’t perform that action at this time.
0 commit comments