Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhanninen committed Sep 7, 2023
1 parent eaa48d7 commit eba8deb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

[unreleased]: https://github.com/mjhanninen/nreplops-tool/compare/v0.1.0...main

## [Version 0.1.0][v0.1.0]

- Fixes a thread leakage on the nREPL host. This was caused by `nr` by not
closing the session as the last thing.

Expand All @@ -23,7 +27,7 @@
- Upgrades dependencies. The current Minimum Supported Rust Version (MSRV)
for this crate is 1.70.0.

[unreleased]: https://github.com/mjhanninen/nreplops-tool/compare/v0.0.10...main
[v0.1.0]: https://github.com/mjhanninen/nreplops-tool/compare/v0.0.10...v0.1.0}

## [Version 0.0.10][v0.0.10]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nreplops-tool"
version = "0.0.10"
version = "0.1.0"
authors = ["Matti Hänninen <matti@mjhanninen.com>"]
description = "Non-interactive nREPL client for shell scripting and command-line"
keywords = ["nrepl", "repl", "clojure"]
Expand Down

0 comments on commit eba8deb

Please sign in to comment.