Skip to content

Commit 6049228

Browse files
committed
OmegaConf 2.2.2 release
1 parent 9e49984 commit 6049228

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.2.2 (2022-05-26)
2+
### Bug Fixes
3+
4+
- Revert an accidental behavior change where implicit conversion from `Path` to `str` was disallowed. ([#934](https://github.com/omry/omegaconf/issues/934))
5+
- Revert a behavior change where namedtuples and list subclasses were coerced to ListConfig. ([#939](https://github.com/omry/omegaconf/issues/939))
6+
- Fix a bug where the `oc.dict.values` resolver failed when passed a relative dotpath ([#942](https://github.com/omry/omegaconf/issues/942))
7+
8+
19
## 2.2.1 (2022-05-17)
210
OmegaConf 2.2 is a major release. The most significant area of improvement in
311
2.2 is support for more flexible type hints in structured configs. In addition,

omegaconf/version.py

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

3-
__version__ = "2.2.2.dev0"
3+
__version__ = "2.2.2"
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)