Skip to content

Commit

Permalink
Release 0.1.0 (#712)
Browse files Browse the repository at this point in the history
- Bump version: 0.0.6 → 0.1.0
- Update dependencies
- Start keeping a changelog
  • Loading branch information
casey authored Oct 25, 2022
1 parent 6a09a2d commit ba23f7b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Changelog
=========

[0.1.0](https://github.com/casey/ord/releases/tag/0.1.0) - 2022-10-25
---------------------------------------------------------------------

### Changed
- Add index updater (#703)
- Speed up rarity check while indexing (#702)
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ord"
description = "Bitcoin satoshi ordinal number utility"
version = "0.0.6"
version = "0.1.0"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,6 @@ serve-docs:

build-docs:
mdbook build docs

update-changelog:
git log --pretty='format:- %s' >> CHANGELOG.md

0 comments on commit ba23f7b

Please sign in to comment.