We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d4376 commit 0d47bb9Copy full SHA for 0d47bb9
2 files changed
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [Unreleased]
+## [1.2.0] - 2026-03-09
9
10
### Added
11
src/docker_export/__init__.py
@@ -33,7 +33,7 @@
33
34
REQUEST_TIMEOUT = 60
35
36
-__version__ = "1.1.0"
+__version__ = "1.2.0"
37
logging.basicConfig(level=logging.INFO, format="%(levelname)s: %(message)s")
38
logger = logging.getLogger("docker-export")
39
logging.getLogger("urllib3").setLevel(logging.WARNING)
0 commit comments