diff --git a/Project.toml b/Project.toml index fc5624d..47cff1b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TestExtras" uuid = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" authors = ["Jutho Haegeman and contributors"] -version = "0.3.3" +version = "0.3.2" [deps] InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" diff --git a/README.md b/README.md index 67a2176..ab9b0f8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This package adds useful additions to the functionality provided by `Test`, the Julia standard library for writing tests. -# What's new in version 0.3.3 +# What's new in version 0.3.2 * Introduction of a `@testinferred` macro, that unlike `@constinferred` can be used inside functions, but does not apply constant propagation. However, unlike `Test.@inferred`, it