Skip to content

Commit ffc020e

Browse files
committed
Bump version number and add changes to log.
1 parent 6613d1d commit ffc020e

File tree

3 files changed

+49
-42
lines changed

3 files changed

+49
-42
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
This file contains the changes to the crate since version 0.1.1.
44

5+
## 1.0.5
6+
7+
- Added a "References" section to the readme and docs.
8+
- Added a "⬆️ Back to top" link to the end of the readme and docs, just after
9+
the references section.
10+
511
## 1.0.4
612

7-
- Add the "No standard library" category to the crate.
13+
- Added the "No standard library" category to the crate.
814

915
## 1.0.3
1016

11-
- Clarify that we do not depend on a specific `libm` patch version.
17+
- Clarified that we do not depend on a specific `libm` patch version.
1218
- Changed the `rust-version` field in `Cargo.toml` to 1.63
1319
since that is now the MSRV of `libm`.
1420

Cargo.lock

Lines changed: 40 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambert_w"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
edition = "2021"
55
authors = ["Johanna Sörngård <jsorngard@gmail.com>"]
66
categories = ["mathematics", "no-std", "no-std::no-alloc"]

0 commit comments

Comments
 (0)