Skip to content

Commit

Permalink
1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Jan 30, 2022
1 parent be7d82e commit 488c48a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**1.61.0**
- Add `hard_load` command, it manually sets the repl internal buffer and cursor (useful for vim plugin)

**1.60.0**
- Add the ability to spawn a local server, this allows irust to be controlled programmatically, checkout https://github.com/sigmaSd/irust-vim-plugin that uses this

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 crates/irust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irust"
version = "1.60.0"
version = "1.61.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 488c48a

Please sign in to comment.