From 94f1112f63b836481aac821d7a7cea72fc2133ae Mon Sep 17 00:00:00 2001 From: Virgile Robles Date: Thu, 7 Apr 2022 20:21:19 +0200 Subject: [PATCH] Bump to 0.11.5 --- CHANGELOG.md | 5 +++++ lib/deb/s3.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2afc9..9971f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.5] - 2022-04-07 +### Changed +* packages are uploaded "atomically": transferred as temporary files, then + moved, to avoid corrupted files + ## [0.11.4] - 2022-03-16 ### Changed * change --lock behavior, now unlocks while uploading .deb files themselves diff --git a/lib/deb/s3.rb b/lib/deb/s3.rb index fc86a4f..6935c98 100644 --- a/lib/deb/s3.rb +++ b/lib/deb/s3.rb @@ -1,6 +1,6 @@ # -*- encoding : utf-8 -*- module Deb module S3 - VERSION = "0.11.4" + VERSION = "0.11.5" end end