Skip to content

Commit

Permalink
Merge pull request #45 from AtelierArith/prepare-release-v0.4.2
Browse files Browse the repository at this point in the history
Prepare release v0.4.2
  • Loading branch information
terasakisatoshi committed Mar 27, 2022
2 parents aa60556 + 4212d20 commit fc16524
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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 <[email protected]> and contributors"]
version = "0.4.1"
version = "0.4.2"

[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,24 +116,28 @@ examples
├── sixel
│   ├── Project.toml
│   └── app.jl
├── unicodefun
│   ├── Project.toml
│   └── app.jl
├── unicodeplots
│   ├── Project.toml
│   └── app.jl
├── unicodeplots_animated
│   ├── Project.toml
│   ├── app.jl
│   └── lemma.jl
│   └── app.jl
└── use_ghostwriter
└── app.jl

12 directories, 21 files
```

# Breaking Change

- The internal logic of the program has been changed to stabilize its operation. As a side effect, we had to make some destructive changes to the API.
- Note that `color` kwarg of `replay` is removed since `v0.4.x` . Use `cmd="--color=yes"` or `cmd="--color=no"` instead.

# Restriction

- Replay.jl does not work on Windows. Please use WSL2 instead.

# Acknowledgements

Expand Down

2 comments on commit fc16524

@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/57397

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.4.2 -m "<description of version>" fc1652434fa5270c4199784704120a7a9e2923ff
git push origin v0.4.2

Please sign in to comment.