Skip to content

Commit d85dbda

Browse files
committed
Update manifest and README
1 parent dc945d4 commit d85dbda

File tree

3 files changed

+1
-31
lines changed

3 files changed

+1
-31
lines changed

Manifest.toml

-27
This file was deleted.

NEWS.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
## Release 0.3
2-
3-
__Breaking changes__
1+
## Release 0.3.1
42

53
__New features__
64
* New function: `base(::Option{T})`. Converts an `Option{T}` into a `Union{Some{T}, Nothing}`.

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
![CI](https://github.com/jakobnissen/ErrorTypes.jl/workflows/CI/badge.svg)
44
[![Codecov](https://codecov.io/gh/jakobnissen/ErrorTypes.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jakobnissen/ErrorTypes.jl)
5-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://jakobnissen.github.io/ErrorTypes.jl/stable)
65
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://jakobnissen.github.io/ErrorTypes.jl/dev)
76

87
_Rust-like safe error handling in Julia_

0 commit comments

Comments
 (0)