Skip to content

Commit

Permalink
bump version, changelog, makefil "fixes"
Browse files Browse the repository at this point in the history
  • Loading branch information
orthecreedence committed Feb 18, 2024
1 parent 81c4f76 commit 1857ed8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ hottest
<img style="display: inline-block; width: 0.75rem; height: 1rem; vertical-align: middle;" src="https://stamp-protocol.github.io/assets/images/fireanim.gif" alt="fireee">
Stamp CLI changes *allowed by law*.

## v0.1.2 // 2024-02-18

New claim type, fixing claim listing bug.

### Features

- Phone number claims. These cannot be instantly verified, unfortunately, because they require telecommunications
infrastructure that most users don't own outright.

### Bugfixes

- When doing `stamp claim list -p --id s0f` it would take `s0f` as the literal identity id, which
caused parsing errors in the core. This has been corrected.

## v0.1.1 // 2024-02-08

Initial release (how do I do confetti emojis in md??)! Although unfinished, many features exist and
Expand Down Expand Up @@ -33,7 +47,7 @@ are wonderfully functional, including id generation, claims, stamping.
keys and stuff. Huge WIP.
- Trust calculations (ie, determining trust via networks of stamps in downloaded identities).

### Bugs
### Bugfixes

- None, it's perfect in every way.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stamp-cli"
version = "0.1.0"
version = "0.1.2"
authors = ["Andrew Danger Lyon <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all clean release doc build run test test-panic test-st macros osx windows
.PHONY: all clean release doc build run test test-panic test-st macros osx windows target/windows/stamp-cli.exe target/osx/stamp-cli

# non-versioned include
VARS ?= vars.mk
Expand Down

0 comments on commit 1857ed8

Please sign in to comment.