diff --git a/Cargo.toml b/Cargo.toml index a9965f94..6a22a2d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,6 @@ members = ["crates/*"] [profile.release] -# debug = true strip = true [workspace.metadata.release] diff --git a/LICENSE b/LICENSE index db8bfb65..626d0981 100644 --- a/LICENSE +++ b/LICENSE @@ -187,8 +187,7 @@ identification within third-party archives. Copyright 2016-2022 Louis Pilfold (as Gleam) - Copyright 2022 Lucas Rosa (as Aiken) - Copyright 2022-Present TxPipe & Cardano Foundation (as Aiken) + Copyright 2022-Present TxPipe & Lucas Rosa (as Aiken) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index f3f11dc3..59423e16 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,6 @@ For more information please see the [user manual](https://aiken-lang.org). -## Roadmap - -Aiken defines its roadmap [using _Github Milestones_](https://aiken-lang.org/#roadmap). -The roadmap isn't set in stone, but gives a high-level overview of where the project is headed for. - ## Contributing Want to contribute? See [CONTRIBUTING.md](./CONTRIBUTING.md) to know how.