Commit c076b8c 1 parent 2fc75e6 commit c076b8c Copy full SHA for c076b8c
File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
8
+ [ Unreleased]
9
+
10
+ Nothing yet.
11
+
12
+ ## [ 1.8.0] - 2023-01-26
9
13
10
14
### Added
11
15
12
- - Introduce basic cache functionality
16
+ - Performance improvements (multiple small changes)
17
+ - Introduce cache functionality
13
18
14
19
### Fixed
15
20
@@ -108,7 +113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108
113
109
114
- Validate type for generic collection fields
110
115
111
- [ Unreleased ] : https://github.com/konradhalas/dacite/compare/v1.7.0...HEAD
116
+ [ Unreleased ] : https://github.com/konradhalas/dacite/compare/v1.8.0...HEAD
117
+ [ 1.8.0 ] : https://github.com/konradhalas/dacite/compare/v1.7.0...v1.8.0
112
118
[ 1.7.0 ] : https://github.com/konradhalas/dacite/compare/v1.6.0...v1.7.0
113
119
[ 1.6.0 ] : https://github.com/konradhalas/dacite/compare/v1.5.1...v1.6.0
114
120
[ 1.5.1 ] : https://github.com/konradhalas/dacite/compare/v1.5.0...v1.5.1
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "dacite" ,
5
- version = "1.7 .0" ,
5
+ version = "1.8 .0" ,
6
6
description = "Simple creation of data classes from dictionaries." ,
7
7
long_description = open ("README.md" ).read (),
8
8
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments