Skip to content

Commit

Permalink
Updated the ChangeLog for 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Mar 2, 2023
1 parent dd7bce0 commit d785de9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### 2.0.1 / 2023-03-01

* Require [ronin-support] ~> 1.0, >= 1.0.1.
* Require [ronin-core] ~> 0.1, >= 0.1.1.
* Require [ronin-web] ~> 1.0, >= 1.0.1.
* Require [ronin-payloads] ~> 0.1, >= 0.1.1.
* Require [ronin-vulns] ~> 0.1, >= 0.1.2.
* Require [ronin-exploits] ~> 1.0, >= 1.0.1.
* Added {Ronin::CLI::HostAndPort} for common `host:port` parsing logic.
* Minor bug fixes.
* Improved documentation.

#### CLI

* Ensure that the `ronin http` command works with IDN host-names.

### 2.0.0 / 2023-02-01

* Require `ruby` >= 3.0.0.
Expand Down Expand Up @@ -756,7 +772,7 @@
* Require Spidr >= 0.1.3.
* Moved Ronin::Parameters into the parameters 0.1.0 RubyGem.
* Added a Ronin::Hexdump module:
* Provides Ronin::Hexdump.dump and Kernel#hexdump, which can hexdump any
* Provides Ronin::Hexdump.dump and Kernel#hexdump, which can hexdump any
object that supports the #each_byte method.
* Refactored Ronin::Chars::CharSet:
* Now inherites the SortedSet class.
Expand Down

0 comments on commit d785de9

Please sign in to comment.