Skip to content

Commit

Permalink
fix: publishing todo checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
arshan-ritual committed Jun 6, 2024
2 parents bd61e83 + fe08945 commit 3230810
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
- ##### The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- ##### This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.0] - 2024-06-06

### Added
- Added files `Dockerfile-gpu` and `docker-compose-gpu.yaml` for building and deploying GPU-enabled node with access to all local GPUs.
Expand Down
7 changes: 4 additions & 3 deletions PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ repo public:
**Note:** This list is not exhaustive and may be updated as needed.

### `internal-*` references
* [ ] Update docker image names `*-internal` to their public counterparts.
* [ ] Update the docker tag `my-branch-name` references in the `Makefile` to both `latest` as well as specific version: i.e.`0.3.0`.
* [ ] Update the status badge URL
* [x] Update docker image names `*-internal` to their public counterparts.
* [x] Update the docker tag `my-branch-name` references in the `Makefile` to both `latest` as well as specific version: i.e.`0.3.0`.
* [x] Update the status badge URL
* [x] Set `version.py`

### `Changelog.md`
* [ ] Date + Tag "unreleased" section in [CHANGELOG.md](CHANGELOG.md) should be updated to the release date and version number.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![pre-commit](https://github.com/ritual-net/infernet-node-internal/actions/workflows/workflow.yaml/badge.svg)](https://github.com/ritual-net/infernet-node-internal/actions/workflows/workflow.yaml)
[![pre-commit](https://github.com/ritual-net/infernet-node/actions/workflows/workflow.yaml/badge.svg)](https://github.com/ritual-net/infernet-node/actions/workflows/workflow.yaml)

# Infernet Node

Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "1.0.0"

0 comments on commit 3230810

Please sign in to comment.