Skip to content

Commit

Permalink
bump version to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Apr 20, 2024
1 parent 11d9530 commit 72ceeb4
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
name: Upload Python Package

on:
release:
types: [created]
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
deploy:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release_binary.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Release Binaries to GitHub

on:
release:
types: [created]
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
release_win64:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release_dockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publish Docker image to Docker Hub

on:
release:
types: [created]
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
push_to_registry:
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.

5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.4.6
-----

* Updated dependencies

0.4.5
-----

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "throttle_client"
version = "0.4.5"
version = "0.4.6"
authors = [{ name = "Markus Klein " }]
license = { text = "MIT License" }
description = "Client for Throttle. Throttle is an http semaphore service, providing semaphores for distributed systems."
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "throttle-server"
version = "0.4.5"
version = "0.4.6"
authors = ["Markus Klein"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 72ceeb4

Please sign in to comment.