Skip to content

Commit

Permalink
Prepare for release 0.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Synesso committed Jul 25, 2023
1 parent 62fd38f commit 78a6f90
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 28 deletions.
57 changes: 34 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,44 @@
Change Log
==========
# Change Log

Next release
----------------------------
* Add support for Zap receipts as part of NIP-57
* Add support for serializing and deserializing events

Version 0.0.5 *(2023-05-21)*
----------------------------
## [Unreleased]

* Add support for Zap requests as part of NIP-57
* Add support for event deletion request events.
* Release nostr-sdk-test package, which provides kotest-property Arb(itrary) builders for testing applications using nostr-sdk.

Version 0.0.4 *(2023-05-18)*
----------------------------
## [0.0.6] - 2023-07-26

* Add ability to filter notes by hashtag
* Add event signature validation
* Tag type, replacing raw string usage
### Added
* Support for Zap receipts as part of NIP-57 (Jose Mateo)
* Support for serializing and deserializing events (Jose Mateo)

Version 0.0.3 *(2023-04-12)*
----------------------------

* NIP-25 Reactions
* Fix: Better maven artifact name
## [0.0.5] - 2023-05-21

### Added
* Support for Zap requests as part of NIP-57 (Hugo MΓΌller-Downing)
* Support for event deletion request events (Jem Mawson)
* Release nostr-sdk-test package, which provides kotest-property Arb(itrary) builders for testing applications using nostr-sdk (Jem Mawson)


## [0.0.4] - 2023-05-18

### Added
* Ability to filter notes by hashtag (Jose Mateo)
* Event signature validation (Jem Mawson)
* Tag type, replacing raw string usage (Jem Mawson)


## [0.0.3] - 2023-04-12

### Added
* NIP-25 Reactions (Jem Mawson)

### Fixed
* Better maven artifact name (Jem Mawson)


## [0.0.2] - 2023-03-25

### Added
* Initial release with support for NIPs 1, 4, 15, 19 & 20 + a rudimentary client. (Jem Mawson)

Version 0.0.2 *(2023-03-25)*
----------------------------

* Initial release with support for NIPs 1, 4, 15, 19 & 20 + a rudimentary client.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ at [https://cashapp.github.io/nostrino](https://cashapp.github.io/nostrino)
| πŸ—… | [50 - Keywords filter](https://github.com/nostr-protocol/nips/blob/master/50.md) |
| πŸ—… | [56 - Reporting](https://github.com/nostr-protocol/nips/blob/master/56.md) |
| πŸ—… | [65 - Relay List Metadata](https://github.com/nostr-protocol/nips/blob/master/65.md) |
| βœ… | [57 - Lightning Zaps](https://github.com/nostr-protocol/nips/blob/master/57.md) |

| βœ… | [57 - Lightning Zaps](https://github.com/nostr-protocol/nips/blob/master/57.md) |


## Building
Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Releasing
git checkout -b release-$RELEASE_VERSION
```

3. Update `CHANGELOG.md` with changes since the last release. This
step is manual and somewhat tedious. Follow the existing `CHANGELOG.md` format.
3. Update `CHANGELOG.md` with changes since the last release. Follow the existing `CHANGELOG.md` format, which is
derived from [this guide](https://keepachangelog.com/en/1.0.0/)

4. Update documentation and Gradle properties with `RELEASE_VERSION`

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=app.cash.nostrino
VERSION_NAME=0.0.6-SNAPSHOT
VERSION_NAME=0.0.6
POM_URL=https://github.com/cashapp/nostrino/
POM_SCM_URL=https://github.com/cashapp/nostrino/
POM_SCM_CONNECTION=scm:git:git://github.com/cashapp/nostrino.git
Expand Down

0 comments on commit 78a6f90

Please sign in to comment.