mirror of
https://github.com/mbierlee/mirage-injector.git
synced 2024-11-14 21:04:00 +01:00
Upgrade to Poodinis 9.0.0
This commit is contained in:
parent
ae31190ea5
commit
0d8f4dae5d
13
CHANGES.md
13
CHANGES.md
|
@ -1,10 +1,17 @@
|
|||
# Mirage Config injector for Poodinis Changelog
|
||||
|
||||
**Version 2.0.0**
|
||||
|
||||
- Upgrade to Poodinis 9.0.0
|
||||
|
||||
**Version 1.0.2** (28-11-2022)
|
||||
* Rename package name to be shorter. DUB builds were failing due to the long package name.
|
||||
|
||||
- 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
|
||||
|
||||
- Fix DUB project file
|
||||
|
||||
**Version 1.0.0** (27-11-2022)
|
||||
* Initial version
|
||||
|
||||
- Initial version
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Mirage Config injector for Poodinis
|
||||
|
||||
Version 1.0.2
|
||||
Version 2.0.0
|
||||
Copyright 2022-2023 Mike Bierlee
|
||||
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
|
||||
|
||||
|
|
2
dub.json
2
dub.json
|
@ -5,7 +5,7 @@
|
|||
"copyright": "Copyright © 2022-2023, Mike Bierlee",
|
||||
"license": "mit",
|
||||
"dependencies": {
|
||||
"poodinis": "~>8.1.3",
|
||||
"poodinis": "~>9.0.0",
|
||||
"mirage-config": "~>1.0.0"
|
||||
},
|
||||
"configurations": [
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"fileVersion": 1,
|
||||
"versions": {
|
||||
"mirage-config": "1.0.0",
|
||||
"poodinis": "8.1.3"
|
||||
"poodinis": "9.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue