Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz committed May 29, 2024
1 parent dde3050 commit 9f74e68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.1.0"
version = "1.0.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.65"
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ maintainers_wanted:
*NOTE: the user submitting the pull request **must** already be a project's maintainer.*
## Projects and repositories
**CLOTributor's** data source for projects and repositories is [**CLOMonitor**](https://github.com/cncf/clomonitor#projects), which lists most of the projects in the [CNCF](https://www.cncf.io/projects/) and [LF AI & DATA](https://lfaidata.foundation/projects/) foundations.
## Contributing
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: clotributor
description: Discover great opportunities to become a Cloud Native contributors
type: application
version: 0.1.0
appVersion: 0.1.0
version: 1.0.0
appVersion: 1.0.0
kubeVersion: ">= 1.19.0-0"
keywords:
- cncf
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clotributor",
"version": "0.0.1",
"version": "1.0.0",
"description": "CLOTributor makes it easier to discover great opportunities to become a Cloud Native contributor.",
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit 9f74e68

Please sign in to comment.