Skip to content

Commit

Permalink
🔖 v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWaldvogel committed Nov 4, 2021
1 parent c462d4d commit eea32cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).


# 1.0.0 - 2021-11-04
## Added

## Fixed

## Changed
- Upgraded to debian:bullseye-slim


# 0.9.6 - 2021-06-25
## Added
- Name and print threads for debugging
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ VERSIONTAGS = $(shell sed -n -e 's,^VERSION = .\(\([0-9]*.[0-9]*\).[0-9]*\).$$,-
# by overriding it on the command line, or set to `==<version>`, where
# `<version>` is extracted from `autoblockchainify/version.py`.
VERSIONMATCH = ==$(shell sed -n -e 's,^VERSION = .\([0-9]*.[0-9]*.[0-9]*\).*$$,\1,p' autoblockchainify/version.py)
# debian:buster-slim also supports
# debian:bullseye-slim also supports
# linux/arm64/v8,linux/mips64le,linux/ppc64le,linux/s390x. If there is demand,
# I'll happily add them to the default build.
PLATFORMS = linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6
Expand Down

0 comments on commit eea32cc

Please sign in to comment.