From f72e099d90bbbff7e35c316fa212b23640f27132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Mon, 15 Apr 2024 16:14:12 -0300 Subject: [PATCH] Release version v0.7.0. --- CHANGES.md | 6 ++++++ Dockerfile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index dca5e75..14d8715 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,12 @@ ## Unreleased +## v0.7.0 + +Users of the `autosave` and `caPutLog` modules should update to this release, +which includes critical bug fixes for both. Users of the `calc` module only +need to update if they noticed missing features. + ### New features * base: add PVXS module. by @ericonr in diff --git a/Dockerfile b/Dockerfile index 72768c3..83d3d76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG DEBIAN_VERSION=11.7 -FROM ghcr.io/cnpem/lnls-debian-11-epics-7:v0.6.0-dev AS build-image +FROM ghcr.io/cnpem/lnls-debian-11-epics-7:v0.7.0 AS build-image FROM debian:${DEBIAN_VERSION}-slim AS base