Sha256: 4ed827471b60a3f098d51d66a7f488171af9f03dae4823459adc2e7eceee03d6
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
# Changelog 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## How do I make a good changelog? ### Guiding Principles - Changelogs are for humans, not machines. - There should be an entry for every single version. - The same types of changes should be grouped. - Versions and sections should be linkable. - The latest version comes first. - The release date of each version is displayed. - Mention whether you follow Semantic Versioning. ### Types of changes - Added for new features. - Changed for changes in existing functionality. - Deprecated for soon-to-be removed features. - Removed for now removed features. - Fixed for any bug fixes. - Security in case of vulnerabilities. ## [Unreleased] - nil --- [0.2.1] - 2024-06-30 - Fix mismatched indentation warnings in word_segmentation.rb file - Delete unused variables [0.2.0] - 2023-12-11 - Add .ruby-version, Gemfile.lock, and GH test suite [#3](https://github.com/Shopify/annex-29/pull/3) - Set "Shopify developers" as gem owners; move to MIT license [#5](https://github.com/Shopify/annex-29/pull/5) - Bump rake gem from 11.3.0 to 13.1.0 [#6](https://github.com/Shopify/annex-29/pull/6)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
annex_29-0.2.1 | CHANGELOG.md |