Skip to content

Commit

Permalink
1.30.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Oct 23, 2021
1 parent 24ba084 commit 3da1f59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**1.30.6**
- Add `SetTitle` `SetWelcomeMsg` hooks

**1.30.5**
- Organize IRust API

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.30.5"
version = "1.30.6"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion script_examples/ipython/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl Scripter for IPython {
]
}
fn version_requirement() -> VersionReq {
VersionReq::parse(">=1.30.5").expect("correct version requirement")
VersionReq::parse(">=1.30.6").expect("correct version requirement")
}
}

Expand Down

0 comments on commit 3da1f59

Please sign in to comment.