mirror of
git://holbrook.no/eth-accounts-index
synced 2024-12-04 13:46:48 +01:00
Bump version
This commit is contained in:
parent
3fbe1fdc19
commit
f8403ed119
@ -1,25 +1,28 @@
|
|||||||
- 0.0.11
|
* 0.1.5
|
||||||
|
- Add missing add_0x in writer cli
|
||||||
|
|
||||||
|
* 0.0.11
|
||||||
- Add list cli command
|
- Add list cli command
|
||||||
- 0.0.10
|
* 0.0.10
|
||||||
- Implement external signer
|
- Implement external signer
|
||||||
- Standardize cli arg flags
|
- Standardize cli arg flags
|
||||||
- Rename entry point executable names in setup
|
- Rename entry point executable names in setup
|
||||||
- 0.0.9
|
* 0.0.9
|
||||||
- Fix wrong abi path in registry.py
|
- Fix wrong abi path in registry.py
|
||||||
- 0.0.8
|
* 0.0.8
|
||||||
- Add executable to add writers and addresses after deploy
|
- Add executable to add writers and addresses after deploy
|
||||||
- 0.0.7
|
* 0.0.7
|
||||||
- Rename contracts-dir flag to abi-dir
|
- Rename contracts-dir flag to abi-dir
|
||||||
- Use package data dir as default abi dir
|
- Use package data dir as default abi dir
|
||||||
- 0.0.6
|
* 0.0.6
|
||||||
* Add owner flag to deploy script
|
* Add owner flag to deploy script
|
||||||
- 0.0.5
|
* 0.0.5
|
||||||
* Rename solidity file, add return values from evm functions
|
* Rename solidity file, add return values from evm functions
|
||||||
- 0.0.4
|
* 0.0.4
|
||||||
* Update dependency versions
|
* Update dependency versions
|
||||||
- 0.0.3
|
* 0.0.3
|
||||||
* Move deploy script to within setup
|
* Move deploy script to within setup
|
||||||
- 0.0.2
|
* 0.0.2
|
||||||
* (unrecorded changes)
|
* (unrecorded changes)
|
||||||
- 0.0.1
|
* 0.0.1
|
||||||
* Simple solidity method wrapper
|
* Simple solidity method wrapper
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = eth-accounts-index
|
name = eth-accounts-index
|
||||||
version = 0.1.4
|
version = 0.1.5
|
||||||
description = Accounts index evm contract tooling with permissioned writes
|
description = Accounts index evm contract tooling with permissioned writes
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
Loading…
Reference in New Issue
Block a user