Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eredotpkfr authored Jan 1, 2025
1 parent 9a6a1f5 commit d9cd418
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

All notable changes to this project will be documented in this file.

## 1.1.0 - 2025-01-01

### Bug Fixes

- Use dns-lookup crate instead of hickory, avoid kills ([55e883d](55e883d5d92649542cec4f70a887598772012789))

### Documentation

- Add commentline on lookup interface, [skip ci] ([34fd9a8](34fd9a81b3d9331b4ea5b05205ebaffa48bc58e5))

### Features

- Brute command optimizations ([4e979d5](4e979d5ad68d182aeb6338a4bbfe5a9cc36977c4))

### Miscellaneous Tasks

- Refactor and update pre-commit hooks ([4f6bd1a](4f6bd1ab63a59be3e7e2857c33fa65dc32313313))
- Minor refactors ([455b6a0](455b6a0e212087e237581b41860e75262396ab68))
- Remove unnecessary struct definition ([c1fdfcc](c1fdfccf801c6d1951f4ca0731ef53d989a9adc1))
- Refactor brute pool ([7ec2a3c](7ec2a3c4343b9aaa739b2073d81c530bc6c731a1))
- Update dependency versions ([be132a3](be132a36ed6b2b653576e8ee46e56293b5694079))
- Minor refactors ([b338b0c](b338b0c573cf152575db9205539d927921472a44))
- Increase coverage ([6e513de](6e513dea410806e2c3155aca5e352d7a30141863))
- Update Cargo.lock ([8996281](899628125764bdc7c7cd68dc1a78d528b436c69e))
- Typo fixes ([260331f](260331f20275722ecf0c53ddffad59750e395a2f))
- Update pre-commit hook versions ([0800144](08001447e4e5cb3ab377611a971da99e188233c0))
- Update coverage upload step condition ([d9f6584](d9f658435ee88b347e35dfd7be6436ff30285e23))

<!-- generated by git-cliff -->
## 1.0.1 - 2024-12-08

### Miscellaneous Tasks
Expand Down
6 changes: 3 additions & 3 deletions 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 = "subscan"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
description = "A subdomain enumeration tool leveraging diverse techniques, designed for advanced pentesting operations"
documentation = "https://docs.rs/subscan"
Expand Down

0 comments on commit d9cd418

Please sign in to comment.