From c00536e485f1a8061e8563aa29401a44a06847cc Mon Sep 17 00:00:00 2001 From: Vladislav Trotsenko Date: Mon, 5 Feb 2024 15:06:34 +0100 Subject: [PATCH 1/2] Technical/Update license (#18) * Updated shards * Updated license --- LICENSE.txt | 2 +- shard.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index fa145f6..a4cc3ba 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020-2022 Vladislav Trotsenko +Copyright (c) 2020-2024 Vladislav Trotsenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/shard.yml b/shard.yml index 9ac9837..6005549 100644 --- a/shard.yml +++ b/shard.yml @@ -14,8 +14,10 @@ license: MIT development_dependencies: spectator: gitlab: arctic-fox/spectator + version: 0.10.4 ameba: github: crystal-ameba/ameba + version: 0.14.4 webmock: github: manastech/webmock.cr - branch: master + version: 0.14.0+git.commit.42b347cdd64e13193e46167a03593944ae2b3d20 From 0cbb85ab4d8d99c6598c6e849d92a43977286481 Mon Sep 17 00:00:00 2001 From: Vladislav Trotsenko Date: Mon, 5 Feb 2024 15:11:32 +0100 Subject: [PATCH 2/2] Technical/Updated shard version (#19) * Updated shard version * Updated changelog --- CHANGELOG.md | 7 +++++++ shard.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf0bfd..4189bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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). +## [0.2.1] - 2024.02.05 + +### Changed + +- Freezed shard development dependencies +- Updated shard documentation + ## [0.2.0] - 2022.01.25 ### Changed diff --git a/shard.yml b/shard.yml index 6005549..b34b944 100644 --- a/shard.yml +++ b/shard.yml @@ -2,7 +2,7 @@ name: truemail-client description: Truemail web API client library for Crystal -version: 0.2.0 +version: 0.2.1 authors: - Vladislav Trotsenko