Skip to content

Commit ce0637b

Browse files
bors[bot]cuviper
andauthored
Merge #87
87: Release 0.3.1 r=cuviper a=cuviper Co-authored-by: Josh Stone <cuviper@gmail.com>
2 parents c22e436 + 4147a20 commit ce0637b

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ documentation = "https://docs.rs/num-complex"
55
homepage = "https://github.com/rust-num/num-complex"
66
keywords = ["mathematics", "numerics"]
77
categories = ["algorithms", "data-structures", "science", "no-std"]
8-
license = "MIT/Apache-2.0"
8+
license = "MIT OR Apache-2.0"
99
name = "num-complex"
1010
repository = "https://github.com/rust-num/num-complex"
11-
version = "0.3.0"
11+
version = "0.3.1"
1212
readme = "README.md"
1313
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
1414
edition = "2018"

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,18 @@ Release notes are available in [RELEASES.md](RELEASES.md).
3838
## Compatibility
3939

4040
The `num-complex` crate is tested for rustc 1.31 and greater.
41+
42+
## License
43+
44+
Licensed under either of
45+
46+
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
47+
* [MIT license](http://opensource.org/licenses/MIT)
48+
49+
at your option.
50+
51+
### Contribution
52+
53+
Unless you explicitly state otherwise, any contribution intentionally submitted
54+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
55+
dual licensed as above, without any additional terms or conditions.

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 0.3.1 (2020-10-29)
2+
3+
- Clarify the license specification as "MIT OR Apache-2.0".
4+
5+
**Contributors**: @cuviper
6+
17
# Release 0.3.0 (2020-06-13)
28

39
### Enhancements

0 commit comments

Comments
 (0)