Skip to content

Commit cd2c4b7

Browse files
committed
nginx-acme-0.3.1
1 parent 65217e1 commit cd2c4b7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.3.1 (December 8, 2025)
4+
5+
Bugfixes:
6+
7+
* Build error with NGINX 1.29.4.
8+
* Directory URI without path could not be fetched.
9+
310
## 0.3.0 (November 18, 2025)
411

512
Features:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nginx-acme"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)