Skip to content

Commit

Permalink
release OmegaConf v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Dec 8, 2022
1 parent d883d07 commit 350bdb6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.3.0 (2022-12-06)
### Features

- Support python3.11 ([#1023](https://github.com/omry/omegaconf/issues/1023))
- Support interpolation to keys that contain a non-leading dash character ([#880](https://github.com/omry/omegaconf/issues/880))
- 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))

### Bug Fixes

- Fix an issue where merging of nested structured configs could incorrectly result in an exception ([#1003](https://github.com/omry/omegaconf/issues/1003))


## 2.2.3 (2022-08-18)
### Bug Fixes

Expand Down
1 change: 0 additions & 1 deletion news/1003.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/880.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/984.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/feature.1023

This file was deleted.

2 changes: 1 addition & 1 deletion omegaconf/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys # pragma: no cover

__version__ = "2.3.0.dev3"
__version__ = "2.3.0"

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

0 comments on commit 350bdb6

Please sign in to comment.