Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update changelog #100

Merged
merged 1 commit into from
Oct 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.0] (2023-10-14)

### Add
- cli: Add key, nonce to cli options https://github.com/s1rius/ezlog/pull/29
- Add create time info to file header https://github.com/s1rius/ezlog/pull/38
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class _MyAppState extends State<MyApp> {
Add dependency to Podfile

```shell
pod 'EZLog', '~> 0.1'
pod 'EZLog', '~> 0.2'
```
then

Expand Down Expand Up @@ -301,7 +301,6 @@ First of all, we need an init nonce, which is generated randomly when the logger

```
nonce = init_nonce ^ timestamp.extend(index)

```
## Benchmark

Expand Down
4 changes: 4 additions & 0 deletions bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ popd
pushd android
sh b_android.sh
popd

pushd docs
cat ./src/introduction.md ./src/platform/*.md ./src/architecture.md ./src/benchmark.md ./src/build.md >> ./../README.md
popd