Skip to content

Commit 869b537

Browse files
author
Songki Choi
committed
Bump up version to 1.1.0rc0 on develop (#18)
1 parent c166de3 commit 869b537

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [1.1.0 Unreleased]
4+
5+
### Summary
6+
7+
*
8+
9+
### What's Changed
10+
11+
*
12+
13+
### New Contributors
14+
15+
*
16+
17+
318
## [1.0.0 Unreleased]
419

520
### Summary
@@ -11,7 +26,6 @@
1126

1227
### What's Changed
1328

14-
* Refactor names/folders/objects for better verbosity by @GalyaZalesskaya in https://github.com/openvinotoolkit/openvino_xai/pull/5
1529
* Support classification task by @negvet in https://github.com/intel-sandbox/openvino_xai/commit/dd5fd9b73fe8c12e2d741792043372bcd900a850
1630
* Support detection task by @negvet in https://github.com/intel-sandbox/openvino_xai/commit/84f285f2f40a8b1fc50a8cd49798aae37afd58dc
1731
* Support Model API as inference engine by @negvet in https://github.com/intel-sandbox/openvino_xai/commit/5f575f122dedc0461975bd58f81e730a901a69a6
@@ -69,6 +83,7 @@
6983
* Add unit test coverage setting by @goodsong81 in https://github.com/intel-sandbox/openvino_xai/pull/63
7084
* Add LICENSE and SECURITY.md by @goodsong81 in https://github.com/intel-sandbox/openvino_xai/pull/64
7185
* Add CHANGLOG.md by @goodsong81 in https://github.com/intel-sandbox/openvino_xai/pull/65
86+
* Refactor names/folders/objects for better verbosity by @GalyaZalesskaya in https://github.com/openvinotoolkit/openvino_xai/pull/5
7287

7388
### New Contributors
7489

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "openvino_xai"
10-
version = "1.0.0rc01"
10+
version = "1.1.0rc01"
1111
dependencies = [
1212
"openvino-dev==2023.2",
1313
"opencv-python",

0 commit comments

Comments
 (0)