Skip to content

Commit 261ceaa

Browse files
committed
Merge branch 'develop' of https://github.com/superannotateai/json_schemas into develop
2 parents 62da684 + 6e0224b commit 261ceaa

File tree

3 files changed

+40
-18
lines changed

3 files changed

+40
-18
lines changed

.github/workflows/changelog.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
3+
4+
5+
All release higlighths of this project will be documented in this file.
6+
7+
## 1.0.37 - Jan 27 2022
8+
### Added
9+
- Add CLI argument report_path
10+
###
11+
12+
## 1.0.36 - Jan 20 2022
13+
### Added
14+
- Add document schema test
15+
### Updated
16+
- Base schema
17+
###
18+
19+
## 1.0.35 - Jan 20 2022
20+
### Added
21+
- Vector schema test
22+
### Updated
23+
- Vector Schema - metadata
24+
###
25+
26+
## 1.0.3 - Dec 16 2021
27+
### Added
28+
- tests
29+
### Updated
30+
- RBBOX fields.
31+
### Fixed
32+
- Schemas.
33+
###
34+
35+
## 1.0.1 - Dec 12 2021
36+
### Added
37+
- Models
38+
- CLI
39+
###

src/superannotate_schemas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from superannotate_schemas.validators import AnnotationValidators
88

99

10-
__version__ = '1.0.39b4'
10+
__version__ = '1.0.40b1'
1111

1212
__all__ = [
1313
"__version__",

0 commit comments

Comments
 (0)