Skip to content

Commit 0679348

Browse files
committed
Prepare release.
1 parent c3933b4 commit 0679348

6 files changed

Lines changed: 16 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oefpil"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
rust-version = "1.82.0"
55
edition = "2021"
66
description = """Optimum Estimate of Function Parameters by Iterated Linearization (OEFPIL):
@@ -42,7 +42,7 @@ rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex.html"]
4242
members = ["oefpil-sys"]
4343

4444
[dependencies]
45-
oefpil-sys = { version = "0.1.0", path = "oefpil-sys" }
45+
oefpil-sys = { version = "0.1.1", path = "oefpil-sys" }
4646
derive_more = { version = "1.0.0", features = ["display", "error", "from"] }
4747
rand = { version = "0.8.5", default-features = false, optional = true }
4848
rand_distr = { version = "0.4.3", default-features = false, optional = true }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ See the [release history](RELEASES.md) to keep track of the development.
6666
Except as noted below, this work is dual-licensed under either [`MIT`] or [`Apache-2.0`] at your
6767
option. This means you can select the license you prefer. This dual-licensing approach is the
6868
de-facto standard in the Rust ecosystem. Copyrights in this work are retained by their contributors
69-
and no copyright assignment is required to contribute to this work. For full authorship and
70-
contributorship information, see the individual files and the version control history.
69+
and no copyright assignment is required to contribute to this work. For full authorship information,
70+
see the individual files and the version control history.
7171

7272
The works in [oefpil-sys](oefpil-sys) carry their own copyright notices and license terms.
7373

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.1.1 (2024-12-15)
2+
3+
* Clean up documentation (e.g., links).
4+
15
# Version 0.1.0 (2024-12-12)
26

37
* Initial release.

oefpil-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oefpil-sys"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
rust-version = "1.82.0"
55
edition = "2021"
66
links = "oefpil"

oefpil-sys/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ attempted to statically link the dependencies of the subset (i.e, `libgfortran`
4040
Except as noted below, this work is dual-licensed under either [`MIT`] or [`Apache-2.0`] at your
4141
option. This means you can select the license you prefer. This dual-licensing approach is the
4242
de-facto standard in the Rust ecosystem. Copyrights in this work are retained by their contributors
43-
and no copyright assignment is required to contribute to this work. For full authorship and
44-
contributorship information, see the individual files and the version control history.
43+
and no copyright assignment is required to contribute to this work. For full authorship information,
44+
see the individual files and the version control history.
4545

4646
The works imported from the [C/Fortran library] are licensed as follows:
4747

oefpil-sys/RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.1.1 (2024-12-15)
2+
3+
* Clean up documentation (e.g., license files, copyright notices, system requirements).
4+
* Fix CI build.
5+
16
# Version 0.1.0 (2024-12-12)
27

38
* Import respective sources of OEFPIL [revision] into [src].

0 commit comments

Comments
 (0)