We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97fa8d commit e26b654Copy full SHA for e26b654
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
4
5
+## 0.1.2 - 2022-08-26
6
+### Added
7
++ Added `attribute_blob` as `longblob` in the Attribute tables - support storing non-string types of data
8
+
9
## 0.1.1 - 2022-06-10
10
### Added
11
+ NotImplementedError where Imported tables do not offer make function
element_event/version.py
@@ -1,2 +1,2 @@
1
"""Package metadata."""
-__version__ = "0.1.1"
+__version__ = "0.1.2"
0 commit comments