From 69413ed63d785c1e108f89cf666fa5e34c6c810c Mon Sep 17 00:00:00 2001 From: Greg Tunink Date: Thu, 23 Mar 2023 12:13:20 -0500 Subject: [PATCH] Fixup changelog, version.rb, and gemspec - Changelog: unreleased to v0.2.0 and update compare URL - Update version.rb to 0.2.0 - Add Will to authors --- CHANGELOG.md | 3 ++- datura.gemspec | 1 + lib/datura/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e06d16f69..2c32d84eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ### Security --> -## [Unreleased](https://github.com/CDRH/datura/compare/v0.2.0-beta...dev) +## [v0.2.0] - Ingest documentation, text spacing, and date_standardize +[v0.2.0]: https://github.com/CDRH/datura/compare/v0.2.0-beta...v0.2.0 ### Added - minor test for Datura::Helpers.date_standardize diff --git a/datura.gemspec b/datura.gemspec index ef85aa47d..763c20063 100644 --- a/datura.gemspec +++ b/datura.gemspec @@ -9,6 +9,7 @@ Gem::Specification.new do |spec| spec.authors = [ "Center for Digital Research in the Humanities", "Karin Dalziel", + "Will Dewey", "Jessica Dussault", "Gregory Tunink" ] diff --git a/lib/datura/version.rb b/lib/datura/version.rb index 2886ab3c7..611fd623e 100644 --- a/lib/datura/version.rb +++ b/lib/datura/version.rb @@ -1,3 +1,3 @@ module Datura - VERSION = "0.2.0-beta" + VERSION = "0.2.0" end