From a4a9189b0132b1154444f6f0ef440a78c28c83b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20B=C3=B6hme?= Date: Fri, 16 Aug 2024 23:05:06 +0200 Subject: [PATCH] Bump version to 0.2.0 --- CHANGELOG.md | 2 +- lib/lexorank/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4e3ca..8ab4c60 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.1.0/), and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2024-08-16 ### Major Changes diff --git a/lib/lexorank/version.rb b/lib/lexorank/version.rb index edb03a7..7c3cee7 100644 --- a/lib/lexorank/version.rb +++ b/lib/lexorank/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Lexorank - VERSION = '0.1.3' + VERSION = '0.2.0' end