From eda86dc9753663e8f0f0e9668d3586f5ccbddfbc Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 28 Nov 2022 20:02:52 +0300 Subject: [PATCH] Rename package name to somewhat fix DUB builds DUB builds were failing because of long path names, due to the long project name --- CHANGES.md | 3 +++ README.md | 2 +- dub.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3b66c6d..3a55f3c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Mirage Config injector for Poodinis Changelog +**Version 1.0.2** (28-11-2022) +* Rename package name to be shorter. DUB builds were failing due to the long package name. + **Version 1.0.1** (27-11-2022) * Fix DUB project file diff --git a/README.md b/README.md index 5a6ad62..d102b83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mirage Config injector for Poodinis -Version 1.0.1 +Version 1.0.2 Copyright 2022 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt) diff --git a/dub.json b/dub.json index d90a10a..0ae7cad 100644 --- a/dub.json +++ b/dub.json @@ -1,5 +1,5 @@ { - "name": "poodinis-mirage-config-injector", + "name": "mirage-injector", "description": "A Poodinis value injector for reading config files using Mirage Config", "authors": ["Mike Bierlee"], "copyright": "Copyright © 2022, Mike Bierlee",