Skip to content

Commit 27734a9

Browse files
authored
Merge pull request #1 from Neotron-Compute/prepare-010
Preparing to 0.1.0 release
2 parents 14ff18a + 3c065fd commit 27734a9

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[package]
22
authors = ["Jonathan 'theJPster' Pallant <neotron@thejpster.org.uk>"]
3-
description = "A loader for Neotron Executables"
3+
description = "A ELF parser/loader for Neotron Executables"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
name = "neotron-loader"
77
version = "0.1.0"
8+
readme = "README.md"
9+
repository = "https://github.com/neotron-compute/neotron-loader"
810

911
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1012

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ A loader for Neotron Executables, into the [Neotron OS].
88

99
### Unreleased Changes
1010

11+
* None
12+
13+
### v0.1.0 ([Code](https://github.com/neotron-Compute/neotron-loader/tree/v0.1.0))
14+
1115
* First Version
1216

1317
## Licence
1418

15-
Copyright (c) The Neotron Developers, 2022
19+
Copyright (c) The Neotron Developers, 2023
1620

1721
Licensed under either [MIT](./LICENSE-MIT) or [Apache-2.0](./LICENSE-APACHE) at
1822
your option.

0 commit comments

Comments
 (0)