Skip to content

Commit

Permalink
bumping version to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroraptor07 committed Oct 29, 2022
1 parent ee1eade commit 6e0d362
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.0-RC2] 2022-10-29
### Changed
- Removed the "reqwest-" prefix from the TLS feature flags. The old TLS
feature flag names have been left in for now and just activate the new feature flags.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interactsh-rs"
version = "0.1.0-RC1"
version = "0.1.0-RC2"
edition = "2021"
authors = ["Matt George <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
28 changes: 28 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,31 @@ pub mod prelude {
pub use crate::client::*;
pub use crate::interaction_log::*;
}



// .--.__
// .~ (@) ~~~---_
// { `-_~,,,,,,)
// { (_ ',
// ~ . = _',
// ~- '. =-'
// ~ :
// . _,.-~ ('');
// '. .-~ \ \ ;
// ':-_ _.--~ \ \; _-=,.
// ~-:-.__ _.-~ { '---- _'-=,.
// ~-._~--._ __.-~ ~---------=,.`
// ~~-._~~-----~~~~~~ .+++~~~~~~~~-__ /
// ~-.,____ { - + } _/
// ~~-.______{_ _ -=\ / /_.~
// : ~--~ // / ..-
// : / / // / ((
// : / / { `-------,. ))
// : / ''=--------. }o
// .=._________,' ) ))
// ) _________ -'' ~~
// / / _ _
// (_.-.'O'-'.
//
// source: https://ascii.co.uk/art/dinosaur

0 comments on commit 6e0d362

Please sign in to comment.