We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257bfef commit 25f811bCopy full SHA for 25f811b
1 file changed
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.1.4]
9
10
+### Added
11
12
+- Added `catui_semver_to_string` function to serialize semver versions
13
+- Added `catui_semver_from_string` function to parse semver versions
14
+- Added `catui_semver_can_support` and `catui_semver_can_use` to test semver version compatibility
15
+- Started tracking changes in `CHANGELOG.md`
16
17
+[0.1.4]: https://github.com/gulachek/catui/compare/v0.1.3...v0.1.4
0 commit comments