Skip to content

Commit 4192532

Browse files
committed
bump version to 0.4.5
1 parent ac732fa commit 4192532

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.4.5
5+
-----
6+
7+
* Fix docker build
8+
49
0.4.4
510
-----
611

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile for a the server app
22

33
# 1: Build the exe
4-
FROM rust:1.67 as builder
4+
FROM rust:latest as builder
55
WORKDIR /usr/src
66

77
# 1a: Prepare for static linking

python_client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="throttle_client",
8-
version="0.4.4",
8+
version="0.4.5",
99
author="Markus Klein",
1010
description="Client for Throttle. Throttle is an http semaphore service, "
1111
"providing semaphores for distributed systems.",

rust_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "throttle-client"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
authors = ["Markus Klein <markus-klein@live.de>"]
55
edition = "2018"
66
license = "MIT"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "throttle-server"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
authors = ["Markus Klein"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)