Skip to content

Commit 545c489

Browse files
committed
Fixed version change to comply with SemVer
1 parent 1047d0a commit 545c489

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

layerstash/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Third-party libraries
44
from attrs import define, field, validators
55

6-
VERSION = "0.1.1"
6+
VERSION = "0.2.0"
77

88
# Chunking
99
DEFAULT_CHUNK_SIZE = 1024 * 1024 * 1024 * 5 # 5GB

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "layerstash"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
description = "Tools for archiving files to docker hub"
99
requires-python = ">=3.13"
1010
dependencies = [

0 commit comments

Comments
 (0)