Releases: digicatapult/sqnc-node
Releases · digicatapult/sqnc-node
v2.6.2
What's Changed
Maintenance 🔧
- Automatically generated release notes by @jonmattgray in #23
Other Changes
- Feature/pre release workflow by @danielcooperxyz in #24
Full Changelog: v2.6.1...v2.6.2
v2.6.2-bug_vitalam-version-docker-build-arg
What's Changed
Maintenance 🔧
- Automatically generated release notes by @jonmattgray in #23
Other Changes
- Feature/pre release workflow by @danielcooperxyz in #24
Full Changelog: v2.6.1...v2.6.2-bug_vitalam-version-docker-build-arg
Release v2.6.1-feature_pre-release-workflow
v2.6.2-chore_release-notes
What's Changed
- Create minideb docker image by @danielcooperxyz in #19
- Fix incorrect docker build target name by @danielcooperxyz in #21
- Pre release workflow by @danielcooperxyz in #22
New Contributors
- @danielcooperxyz made their first contribution in #19
Full Changelog: v2.6.0...v2.6.2-chore_release-notes
Release v2.6.1
Release v2.6.0
Add TokenId to MetadataValue (#20) * add TokenId to MetadataValue * add TokenId to README
Release v2.5.1
Add in missing event on updateKey (#18) * Add in missing event on updateKey * Add in event assertions
Release v2.5.0
Token traceability (#13) * add original_id + optional set parent * version bump * clean up * use Output struct for run_process * benchmarking with Output struct * add Output to README
Release v2.4.3
Fix workflow release when a cache miss occurs on sccache
Release v2.4.0
Multiple token roles (#12) * Make owner BTreeMap<RoleKey, AccountId> * version bump * Update roles list * add multiple roles test * explicit enum indexes and no default role set test * owner -> roles * use weights from 1000 repeated benchmark * add multiple role happy path test