-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from gyptazy/release/pre-1.0.0
release: Prepare release 1.0.0
- Loading branch information
Showing
8 changed files
with
45 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
added: | ||
- Add feature to make log verbosity configurable [#17]. | ||
changed: | ||
changed: | ||
- Adjusted general logging and log more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
date: TBD | ||
date: 2024-08-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
proxlb (0.9.0) unstable; urgency=low | ||
proxlb (1.0.0) unstable; urgency=low | ||
|
||
* Initial release of ProxLB. | ||
|
||
-- Florian Paul Azim Hoberg <[email protected]> Sun, 07 Jul 2024 05:38:41 -0200 | ||
-- Florian Paul Azim Hoberg <[email protected]> Thu, 01 Aug 2024 17:04:12 +0200 | ||
|
||
proxlb (0.9.0) unstable; urgency=low | ||
|
||
* Initial development release of ProxLB as a tech preview. | ||
|
||
-- Florian Paul Azim Hoberg <[email protected]> Sun, 07 Jul 2024 05:38:41 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
* Sun Jul 07 2024 Florian Paul Azim Hoberg <[email protected]> | ||
* Thu Aug 01 2024 Florian Paul Azim Hoberg <[email protected]> | ||
- Initial release of ProxLB. | ||
|
||
* Sun Jul 07 2024 Florian Paul Azim Hoberg <[email protected]> | ||
- Initial development release of ProxLB as a tech preview. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ import urllib3 | |
|
||
# Constants | ||
__appname__ = "ProxLB" | ||
__version__ = "0.9.9" | ||
__version__ = "1.0.0" | ||
__author__ = "Florian Paul Azim Hoberg <[email protected]> @gyptazy" | ||
__errors__ = False | ||
|
||
|