We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9466ad + a5db02e commit fc43704Copy full SHA for fc43704
2 files changed
ChangeLog.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [v0.3.13] - 2026-01-08
9
+### Added
10
+- Added SDK language and version to request metadata
11
+- Added Consumer and Action to request metadata
12
+
13
## [v0.3.12] - 2024-11-22
14
### Added
15
- Added pre-commit hooks and Github CI action for code formatting and linting.
learnosity_sdk/_version.py
@@ -1 +1 @@
1
-__version__ = 'v0.3.12'
+__version__ = 'v0.3.13'
0 commit comments