File tree 3 files changed +40
-1
lines changed
3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " atrium-api"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
authors = [
" sugyan <[email protected] >" ]
5
5
edition = " 2021"
6
6
description = " API library for AT Protocol (Bluesky)"
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments