From 07b13e20bb2b2ba5e287e0d977f7b85967d3523e Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 11 Oct 2024 08:53:50 +1100 Subject: [PATCH] Release v1.0.0-alpha.13 --- CHANGELOG.md | 10 +++++++++- Gemfile.lock | 2 +- connector.gemspec | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f1b34..53ee962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.13] - 2024-10-11 + +This version has been generated using: + +- [Connector code generator](https://github.com/datafoodconsortium/connector-codegen) [main](https://github.com/datafoodconsortium/connector-codegen/commit/c3bc0728a936106b79dfba61c6bf40bfe3934aaf). +- [UML data model](https://github.com/datafoodconsortium/data-model-uml) [next](https://github.com/datafoodconsortium/data-model-uml/commit/edac40255591f46884e75da47e28f04adc53d97a) + ### Changed - Use nil as default value for all types except arrays. @@ -133,7 +140,8 @@ This version has been generated using the [code generator](https://github.com/da - Initial version of this library. -[unreleased]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.12...HEAD +[unreleased]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.13...HEAD +[1.0.0-alpha.13]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.12...v1.0.0-alpha.13 [1.0.0-alpha.12]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.11...v1.0.0-alpha.12 [1.0.0-alpha.11]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.10...v1.0.0-alpha.11 [1.0.0-alpha.10]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha.9...v1.0.0-alpha.10 diff --git a/Gemfile.lock b/Gemfile.lock index 624f9e3..1628361 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - datafoodconsortium-connector (1.0.0.pre.alpha.12) + datafoodconsortium-connector (1.0.0.pre.alpha.13) virtual_assembly-semantizer (~> 1.0, >= 1.0.5) GEM diff --git a/connector.gemspec b/connector.gemspec index c200b56..59ebd24 100644 --- a/connector.gemspec +++ b/connector.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "datafoodconsortium-connector" - s.version = "1.0.0-alpha.12" + s.version = "1.0.0-alpha.13" s.summary = "Data Food Consortium connector" s.description = "A library to easily integrate the DFC standard within your application." s.authors = ["Maxime Lecoq"]