From a52d0584cacbf7facf43eb2492a7c3247136ff72 Mon Sep 17 00:00:00 2001 From: Shane A Date: Thu, 25 Apr 2024 12:20:27 -0700 Subject: [PATCH 1/2] Bump version to v0.3.0 for release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7960316..67e52488e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.3.0](https://github.com/allenai/OLMo/releases/tag/v0.3.0) - 2024-04-25 + ### Added - Added support for Grouped Query Attention. From 769d1395ad14cbd4142349e0168ebcb65cd84b8a Mon Sep 17 00:00:00 2001 From: Shane A Date: Thu, 25 Apr 2024 12:24:21 -0700 Subject: [PATCH 2/2] Bump verion number --- olmo/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olmo/version.py b/olmo/version.py index e75c8373e..72ddc9834 100644 --- a/olmo/version.py +++ b/olmo/version.py @@ -2,7 +2,7 @@ _MINOR = "3" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "0" +_PATCH = "1" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""