Skip to content

Commit 041f68f

Browse files
authored
Merge pull request #8 from Neotron-Compute/main
Backport 0.2.0
2 parents 9ef9a57 + 89df66c commit 041f68f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neotron-api"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = [
66
"Jonathan 'theJPster' Pallant <github@thejpster.org.uk>",

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Note that this API must be FFI-safe, because the [Neotron OS] and the Applicatio
1515

1616
* None
1717

18+
### v0.2.0
19+
20+
* Introduce new type for application entry points (supports passing arguments)
21+
1822
### v0.1.0
1923

2024
* First Version

0 commit comments

Comments
 (0)