Skip to content

Commit

Permalink
Merge pull request #25 from AtelierArith/prepare-release-v0.3.0
Browse files Browse the repository at this point in the history
Prepare release v0.3.0
  • Loading branch information
terasakisatoshi authored Jan 16, 2022
2 parents 01e8321 + 59c07c3 commit 6ff5337
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Replay"
uuid = "dd78c5bf-19c4-4e9c-96ce-c3ec745c7812"
authors = ["Satoshi Terasaki <terasakisatoshi.math@gmail.com> and contributors"]
version = "0.2.1"
version = "0.3.0"

[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,14 @@ Tips: you can set `replay(instructions; color=:no)` as necessary.
```console
$ tree examples
examples
├── helloworld
│   └── app.jl
├── imageinterminal
│   ├── Project.toml
│   └── app.jl
├── iris
│   ├── Project.toml
│   └── app.jl
├── ohmyrepl
│   ├── Project.toml
│   └── app.jl
Expand All @@ -96,7 +101,7 @@ examples
└── use_ghostwriter
└── app.jl

9 directories, 17 files
11 directories, 20 files
```

# Acknowledgements
Expand Down

2 comments on commit 6ff5337

@terasakisatoshi
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/52505

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" 6ff5337debcd9d52b0093e8526beccc4bcb617bb
git push origin v0.3.0

Please sign in to comment.