Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elrido committed Jan 21, 2024
1 parent f877cb7 commit d5402b7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

# 0.10.7
- HTTP(S) client now uses hyper 1.1
- switch to rust 1.70 to drop lazy_static in favor of OnceLock
- bump libraries

# 0.10.6
- bump libraries

Expand All @@ -20,7 +25,7 @@

# 0.10.0
- add a random redirect endpoint
- reverting enable_all_versions() use, it doesnt seem to enable HTTP 1.x
- reverting enable_all_versions() use, it doesn't seem to enable HTTP 1.x

# 0.9.6
- switch to rust 1.65 and to make use of it's build time strip
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "directory"
version = "0.10.6"
version = "0.10.7"
authors = ["El RIDO <elrido@gmx.net>"]
edition = "2021"
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM scratch
ARG RELEASE=0.10.6
ARG RELEASE=0.10.7
LABEL org.opencontainers.image.authors=support@privatebin.org \
org.opencontainers.image.vendor=PrivateBin \
org.opencontainers.image.documentation=https://github.com/PrivateBin/Directory/blob/master/README.md \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.standalone
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rust:1.70-alpine3.18
ARG RELEASE=0.10.6
ARG RELEASE=0.10.7
RUN apk --no-cache update && \
apk add --no-cache \
musl-dev \
Expand All @@ -16,7 +16,7 @@ RUN wget -qO - https://github.com/PrivateBin/Directory/archive/${RELEASE}.tar.gz
upx --ultra-brute target/release/directory

FROM scratch
ARG RELEASE=0.10.6
ARG RELEASE=0.10.7
LABEL org.opencontainers.image.authors=support@privatebin.org \
org.opencontainers.image.vendor=PrivateBin \
org.opencontainers.image.documentation=https://github.com/PrivateBin/Directory/blob/master/README.md \
Expand Down
6 changes: 3 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This document lists the licenses of the projects used in the instance directory.

#### Used by

- [directory](https://crates.io/crates/directory) 0.10.6
- [directory](https://crates.io/crates/directory) 0.10.7

```
GNU AFFERO GENERAL PUBLIC LICENSE
Expand Down Expand Up @@ -1926,7 +1926,7 @@ You should also get your employer (if you work as a programmer) or school, if an

#### Used by

- [ipnetwork](https://github.com/achanda/ipnetwork) 0.18.0
- [ipnetwork](https://github.com/achanda/ipnetwork) 0.20.0
- [winapi](https://github.com/retep998/winapi-rs) 0.3.9

```
Expand Down Expand Up @@ -8170,7 +8170,7 @@ THIS SOFTWARE.

#### Used by

- [maxminddb](https://github.com/oschwald/maxminddb-rust) 0.23.0
- [maxminddb](https://github.com/oschwald/maxminddb-rust) 0.24.0

```
ISC License
Expand Down

0 comments on commit d5402b7

Please sign in to comment.