Skip to content

Commit eea32cc

Browse files
🔖 v1.0.0
1 parent c462d4d commit eea32cc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](https://semver.org/).
66

77

8+
# 1.0.0 - 2021-11-04
9+
## Added
10+
11+
## Fixed
12+
13+
## Changed
14+
- Upgraded to debian:bullseye-slim
15+
16+
817
# 0.9.6 - 2021-06-25
918
## Added
1019
- Name and print threads for debugging

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ VERSIONTAGS = $(shell sed -n -e 's,^VERSION = .\(\([0-9]*.[0-9]*\).[0-9]*\).$$,-
6666
# by overriding it on the command line, or set to `==<version>`, where
6767
# `<version>` is extracted from `autoblockchainify/version.py`.
6868
VERSIONMATCH = ==$(shell sed -n -e 's,^VERSION = .\([0-9]*.[0-9]*.[0-9]*\).*$$,\1,p' autoblockchainify/version.py)
69-
# debian:buster-slim also supports
69+
# debian:bullseye-slim also supports
7070
# linux/arm64/v8,linux/mips64le,linux/ppc64le,linux/s390x. If there is demand,
7171
# I'll happily add them to the default build.
7272
PLATFORMS = linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6

0 commit comments

Comments
 (0)