Skip to content

Commit 893733b

Browse files
authored
chore: tag 1.75.8 (#995)
**Note:** 1.75.8 is an administrative tag due to outside process errors with the 1.75.7 release. Complex systems are complex, and lots of moving parts means lots of things can break in weird ways. Sometimes it's just better to start over. #### Chore * tag 1.75.3 (#982) #### Bug Fixes * bug: address Python3.12 issues (#989) ([4e1e708](4e1e708)) * bug: Fix the report args. (#987) ([393207b](393207b)) * bug: Do not set the `GOOGLE_APPLICATION_CREDENTIALS in the reliability docker image (#984) ([20cf810](20cf810)) #### Features * feat: Improve endpoint reliability check (#991) ([e658a2f](e658a2f)) **note: 1.75.4 - 1.75.6 were not released. This version contains the cumulative fixes.**
1 parent e658a2f commit 893733b

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# `clog` uses '* ' as the bullet prefix. Changing this would cause the bulk of the file to be reformatted.
2+
CHANGELOG.md

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="1.75.8"></a>
2+
## 1.75.8 (2025-06-18)
3+
4+
**Note:** 1.75.8 is an administrative tag due to outside process
5+
errors with the 1.75.7 release. Complex systems are complex, and lots
6+
of moving parts means lots of things can break in weird ways.
7+
Sometimes it's just better to start over.
8+
9+
<a name="1.75.7"></a>
10+
## 1.75.7 (2025-06-17)
11+
12+
#### Chore
13+
14+
* tag 1.75.3 (#982)
15+
16+
#### Bug Fixes
17+
18+
* bug: address Python3.12 issues (#989) ([4e1e7080](https://github.com/mozilla-services/autopush-rs/commit/4e1e7080f8790c790e2486ce61f09452474a1c15))
19+
* bug: Fix the report args. (#987) ([393207bf](https://github.com/mozilla-services/autopush-rs/commit/393207bfc0f8cbb5c6bac564b1f614ea607c7d0d))
20+
* bug: Do not set the `GOOGLE_APPLICATION_CREDENTIALS in the reliability docker image (#984) ([20cf810a](https://github.com/mozilla-services/autopush-rs/commit/20cf810a571aac84ca08d983b9e5ecd32cddae7b))
21+
22+
#### Features
23+
24+
* feat: Improve endpoint reliability check (#991) ([e658a2f8](https://github.com/mozilla-services/autopush-rs/commit/e658a2f8524a0f4c075520525759790c04f42a6a))
25+
26+
**note: 1.75.4 - 1.75.6 were not released. This version contains the cumulative fixes.**
27+
28+
129
<a name="1.75.3"></a>
230
## 1.75.3 (2025-06-04)
331

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
resolver = "2"
1313

1414
[workspace.package]
15-
version = "1.75.3"
15+
version = "1.75.7"
1616
authors = [
1717
"Ben Bangert <[email protected]>",
1818
"JR Conlin <[email protected]>",

0 commit comments

Comments
 (0)