Skip to content

Commit

Permalink
Merge pull request #283 from a2i2/release/surround-0.1.2
Browse files Browse the repository at this point in the history
RELEASE: Surround 0.1.2
  • Loading branch information
ucokzeko authored Aug 30, 2021
2 parents 1a26852 + 6440b1f commit 781fcaa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions surround/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ All notable changes to this project will be documented in this file.

### Limitation

## [0.1.2] - 2021-08-30

### Added

- Create a @dataclass called SurroundConfig.
- Create a @dataclass called BaseConfig.
- Create a @config decorator that must be attached to custom Config classes.
- Create a function called `load_config` which allows for loading Hydra without using @hydra.main.

### Changed

- Stop the Assembler class from requiring the config type to be class Config and change how properties are retrieved from the config instance.
- Remove legacy Config class.

## [0.1.1] - 2021-01-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion surround/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2

0 comments on commit 781fcaa

Please sign in to comment.