Skip to content

Commit d92af43

Browse files
version 2.0.2 is enough
1 parent 9d82815 commit d92af43

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [2.0.3] - 2021-07-17
9+
## [2.0.2] - 2021-07-17
1010
### Changed
1111
- reverting `Base.catch_backtrace()` to `Base.catch_stack()` everywhere. Apparently this is really only an issue on julia nightly and should not be changed in julia 1.6. Hence reverting everything.
1212

13-
## [2.0.2] - 2021-07-17
14-
### Fixed
15-
- using `Base.catch_backtrace()` now also in `@TryCatch`
16-
1713
## [2.0.1] - 2021-07-16
1814
### Changed
1915
- using `Base.catch_backtrace()` now instead of `Base.catch_stack()` which got deprecated

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DataTypesBasic"
22
uuid = "83eed652-29e8-11e9-12da-a7c29d64ffc9"
33
authors = ["Sahm Stephan <[email protected]>"]
4-
version = "2.0.3"
4+
version = "2.0.2"
55

66
[deps]
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

0 commit comments

Comments
 (0)