Skip to content

Commit d718b16

Browse files
committed
v0.6.1 — Retrying fix
- **Bugfix:** Don't retry on 4xx statuses other than 403
1 parent 0897575 commit d718b16

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.6.1 (in development)
2-
-----------------------
1+
v0.6.1 (2025-01-13)
2+
-------------------
33
- **Bugfix:** Don't retry on 4xx statuses other than 403
44

55
v0.6.0 (2024-12-20)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "labelmaker"
3-
version = "0.6.1-dev"
3+
version = "0.6.1"
44
edition = "2021"
55
rust-version = "1.81"
66
description = "Create & enforce sets of labels in GitHub repositories"

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023-2024 John Thorvald Wodder II
3+
Copyright (c) 2023-2025 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)