Skip to content

Commit 350bdb6

Browse files
committed
release OmegaConf v2.3.0
1 parent d883d07 commit 350bdb6

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

NEWS.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.3.0 (2022-12-06)
2+
### Features
3+
4+
- Support python3.11 ([#1023](https://github.com/omry/omegaconf/issues/1023))
5+
- Support interpolation to keys that contain a non-leading dash character ([#880](https://github.com/omry/omegaconf/issues/880))
6+
- OmegaConf now inspects the metadata of structured config fields and ignores fields where `metadata["omegaconf_ignore"]` is `True`. ([#984](https://github.com/omry/omegaconf/issues/984))
7+
8+
### Bug Fixes
9+
10+
- Fix an issue where merging of nested structured configs could incorrectly result in an exception ([#1003](https://github.com/omry/omegaconf/issues/1003))
11+
12+
113
## 2.2.3 (2022-08-18)
214
### Bug Fixes
315

news/1003.bugfix

-1
This file was deleted.

news/880.feature

-1
This file was deleted.

news/984.feature

-1
This file was deleted.

news/feature.1023

-1
This file was deleted.

omegaconf/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys # pragma: no cover
22

3-
__version__ = "2.3.0.dev3"
3+
__version__ = "2.3.0"
44

55
msg = """OmegaConf 2.0 and above is compatible with Python 3.6 and newer.
66
You have the following options:

0 commit comments

Comments
 (0)