diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0f749..f493908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/PUBLISHING.md b/PUBLISHING.md index 9eb66c9..c229cb9 100644 --- a/PUBLISHING.md +++ b/PUBLISHING.md @@ -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. diff --git a/README.md b/README.md index 6ee832d..739b46d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/version.py b/src/version.py index d3ec452..5becc17 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "1.0.0"