File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## 0.1.1 - 2026-02-21
8+ ## 0.2.0 - 2026-02-28
99
1010### Added
1111
Original file line number Diff line number Diff line change 33# Third-party libraries
44from attrs import define , field , validators
55
6- VERSION = "0.1.1 "
6+ VERSION = "0.2.0 "
77
88# Chunking
99DEFAULT_CHUNK_SIZE = 1024 * 1024 * 1024 * 5 # 5GB
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " layerstash"
7- version = " 0.1.1 "
7+ version = " 0.2.0 "
88description = " Tools for archiving files to docker hub"
99requires-python = " >=3.13"
1010dependencies = [
You can’t perform that action at this time.
0 commit comments