We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bc3c7 commit d979accCopy full SHA for d979acc
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/)
6
7
8
+## [Unreleased]
9
+
10
+### Added
11
12
+- Validate size unit parameter.
13
14
## [1.0.3] 2025-02-11
15
16
### Changed
cmem_plugin_splitfile/plugin_splitfile.py
@@ -42,7 +42,7 @@
42
SIZE_UNIT_KB: "KB",
43
SIZE_UNIT_MB: "MB",
44
SIZE_UNIT_GB: "GB",
45
- SIZE_UNIT_LINES: "lines",
+ SIZE_UNIT_LINES: "Lines",
46
}
47
)
48
0 commit comments