Skip to content

Commit

Permalink
Release 0.12.1 (ordinals#2776)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Nov 30, 2023
1 parent d074084 commit 3cbbdce
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 40 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

[0.12.1](https://github.com/ordinals/ord/releases/tag/0.12.1) - 2023-11-29
--------------------------------------------------------------------------

### Added
- Add commands to etch and list runes (#2544)
- Add ability to specify sat to batch inscribe (#2770)
- Allow setting the sat to inscribe (#2765)
- Batch inscribe on same sat (#2749)
- Add stuttering curse (#2745)
- Add batch to preview command (#2752)

### Misc
- Add `public` to /content Cache-Control headers (#2773)
- Set CSP origin in deploy script (#2764)
- Fix typos (#2768)
- Select further away coins which meet target (#2724)
- Hide all text (#2753)

[0.12.0](https://github.com/ordinals/ord/releases/tag/0.12.0) - 2023-11-24
--------------------------------------------------------------------------

Expand Down
144 changes: 105 additions & 39 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 = "◉ Ordinal wallet and block explorer"
version = "0.12.0"
version = "0.12.1"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit 3cbbdce

Please sign in to comment.