Skip to content

Commit

Permalink
release: 0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Nov 7, 2022
2 parents 43f781e + 077d28f commit bb90ec6
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 16 deletions.
14 changes: 7 additions & 7 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Project Dependencies
Package: adbyss
Version: 0.7.14
Generated: 2022-11-03 15:25:01 UTC
Version: 0.7.15
Generated: 2022-11-07 05:51:35 UTC

| Package | Version | Author(s) | License |
| ---- | ---- | ---- | ---- |
| [adbyss_core](https://github.com/Blobfolio/adbyss) | 0.7.14 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.7.14 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [adbyss_core](https://github.com/Blobfolio/adbyss) | 0.7.15 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [adbyss_psl](https://github.com/Blobfolio/adbyss) | 0.7.15 | [Josh Stoik](mailto:[email protected]) | WTFPL |
| [adler](https://github.com/jonas-schievink/adler.git) | 1.0.2 | [Jonas Schievink](mailto:[email protected]) | 0BSD, Apache-2.0, or MIT |
| [ahash](https://github.com/tkaitchuck/ahash) | 0.8.1 | [Tom Kaitchuck](mailto:[email protected]) | Apache-2.0 or MIT |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | 0.7.19 | [Andrew Gallant](mailto:[email protected]) | MIT or Unlicense |
Expand Down Expand Up @@ -35,15 +35,15 @@
| [memoffset](https://github.com/Gilnaa/memoffset) | 0.6.5 | [Gilad Naaman](mailto:[email protected]) | MIT |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) | 0.5.4 | [Frommi](mailto:[email protected]) and [oyvindln](mailto:[email protected]) | Apache-2.0, MIT, or Zlib |
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.15 | The Rust Project Developers | Apache-2.0 or MIT |
| [num_cpus](https://github.com/seanmonstar/num_cpus) | 1.13.1 | [Sean McArthur](mailto:[email protected]) | Apache-2.0 or MIT |
| [num_cpus](https://github.com/seanmonstar/num_cpus) | 1.14.0 | [Sean McArthur](mailto:[email protected]) | Apache-2.0 or MIT |
| [once_cell](https://github.com/matklad/once_cell) | 1.16.0 | [Aleksey Kladov](mailto:[email protected]) | Apache-2.0 or MIT |
| [percent-encoding](https://github.com/servo/rust-url/) | 2.2.0 | The rust-url developers | Apache-2.0 or MIT |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.47 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | Apache-2.0 or MIT |
| [quote](https://github.com/dtolnay/quote) | 1.0.21 | [David Tolnay](mailto:[email protected]) | Apache-2.0 or MIT |
| [rayon](https://github.com/rayon-rs/rayon) | 1.5.3 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
| [rayon-core](https://github.com/rayon-rs/rayon) | 1.9.3 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
| [regex](https://github.com/rust-lang/regex) | 1.6.0 | The Rust Project Developers | Apache-2.0 or MIT |
| [regex-syntax](https://github.com/rust-lang/regex) | 0.6.27 | The Rust Project Developers | Apache-2.0 or MIT |
| [regex](https://github.com/rust-lang/regex) | 1.7.0 | The Rust Project Developers | Apache-2.0 or MIT |
| [regex-syntax](https://github.com/rust-lang/regex) | 0.6.28 | The Rust Project Developers | Apache-2.0 or MIT |
| [remove_dir_all](https://github.com/XAMPPRocky/remove_dir_all.git) | 0.5.3 | [Aaronepower](mailto:[email protected]) | Apache-2.0 or MIT |
| [ring](https://github.com/briansmith/ring) | 0.16.20 | [Brian Smith](mailto:[email protected]) | |
| [rustls](https://github.com/rustls/rustls) | 0.20.7 | | Apache-2.0, ISC, or MIT |
Expand Down
2 changes: 1 addition & 1 deletion adbyss/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adbyss"
version = "0.7.14"
version = "0.7.15"
license = "WTFPL"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions adbyss_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adbyss_core"
version = "0.7.14"
version = "0.7.15"
license = "WTFPL"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
Expand All @@ -14,7 +14,7 @@ argyle = "0.6.*"
dactyl = "0.4.*"
fyi_msg = "0.10.*"
rayon = "=1.5.3"
regex = "=1.6.0"
regex = "=1.7.0"
utc2k = "0.5.*"
write_atomic = "0.2.*"

Expand Down
9 changes: 9 additions & 0 deletions adbyss_psl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## [0.7.15](https://github.com/Blobfolio/adbyss/releases/tag/v0.7.15) - 2022-11-06

### Changed

* Bump Unicode 15
* Bump regex `1.7.0`



## [0.7.14](https://github.com/Blobfolio/adbyss/releases/tag/v0.7.14) - 2022-11-03

### Changed
Expand Down
4 changes: 2 additions & 2 deletions adbyss_psl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adbyss_psl"
version = "0.7.14"
version = "0.7.15"
license = "WTFPL"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
Expand All @@ -18,7 +18,7 @@ targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin" ]
[build-dependencies]
dactyl = "0.4.*"
idna = "0.3.*"
regex = "1.6.*"
regex = "1.7.*"

[build-dependencies.ahash]
version = "0.8.*"
Expand Down
4 changes: 2 additions & 2 deletions adbyss_psl/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ type RawWildMap = HashMap<String, Vec<String>>;



const IDNA_TEST_URL: &str = "https://www.unicode.org/Public/idna/14.0.0/IdnaTestV2.txt";
const IDNA_URL: &str = "https://www.unicode.org/Public/idna/14.0.0/IdnaMappingTable.txt";
const IDNA_TEST_URL: &str = "https://www.unicode.org/Public/idna/15.0.0/IdnaTestV2.txt";
const IDNA_URL: &str = "https://www.unicode.org/Public/idna/15.0.0/IdnaMappingTable.txt";
const SUFFIX_URL: &str = "https://publicsuffix.org/list/public_suffix_list.dat";


Expand Down
4 changes: 2 additions & 2 deletions release/man/adbyss.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH "ADBYSS" "1" "November 2022" "Adbyss v0.7.14" "User Commands"
.TH "ADBYSS" "1" "November 2022" "Adbyss v0.7.15" "User Commands"
.SH NAME
Adbyss \- Manual page for adbyss v0.7.14.
Adbyss \- Manual page for adbyss v0.7.15.
.SH DESCRIPTION
Adbyss is a DNS blacklist manager for Linux.
.SS USAGE:
Expand Down

0 comments on commit bb90ec6

Please sign in to comment.