Skip to content

Commit 148b2a1

Browse files
authored
Merge pull request #10 from sugyan/release-plz/2023-05-07T13-21-25Z
chore: release
2 parents f063733 + 32df6cc commit 148b2a1

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

atrium-api/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.1](https://github.com/sugyan/atrium/compare/atrium-api-v0.1.0...atrium-api-v0.1.1) - 2023-05-07
10+
11+
### Other
12+
- Apply `rustfmt` to generated codes
13+
- Update code_writer
14+
- Update readme (#5)
15+
- Update README, workflows (#4)

atrium-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atrium-api"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["sugyan <[email protected]>"]
55
edition = "2021"
66
description = "API library for AT Protocol (Bluesky)"

atrium-cli/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.0](https://github.com/sugyan/atrium/releases/tag/atrium-cli-v0.1.0) - 2023-05-07
10+
11+
### Other
12+
- Add like, notifications
13+
- Update cli/README
14+
- Add blocks for cli
15+
- Update cli
16+
- Add app-password commands to cli
17+
- Update cli: enable post with reply
18+
- Add get-record, get-post-thread to cli
19+
- Add get-author-feed, create-record repost to cli
20+
- Add Default deriving
21+
- Update cli
22+
- Update codegen, use macro
23+
- Update codegen and api, add create-record to cli
24+
- Rename project

0 commit comments

Comments
 (0)