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/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..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 @@ -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