From 268284c04f8dcd7d90306bc4d13ad30ec51cda59 Mon Sep 17 00:00:00 2001 From: Umar Butler Date: Thu, 13 Jun 2024 15:05:25 +1000 Subject: [PATCH] Releasing v0.1.1. --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a32ce..cd592f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## Changelog 🔄 All notable changes to terge will be documented here. This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.1] - 2024-06-13 +### Changed +- Improved the aesthetics of terge's README. +- Ensured that the banner at the top of terge's README links to its GitHub repository.\ + ## [0.1.0] - 2024-06-12 ### Added - Added the `merge()` function, which merges PyTorch models. diff --git a/pyproject.toml b/pyproject.toml index ff62ed1..26b532f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "terge" -version = "0.1.0" +version = "0.1.1" authors = [ {name="Umar Butler", email="umar@umar.au"}, ]