Skip to content

Commit 45365fe

Browse files
chore(main): release 1.0.0
1 parent 0732c9d commit 45365fe

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/wuespace/telestion-core/compare/v0.9.0...v1.0.0) (2022-12-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove `Configuration` and `VerticleConfig` from services module and add them to the application module.
9+
* **services:** Remove `ConfigurableApplication` because it implements the same behaviour as the `Telestion` class in the application module, and is not used at the moment.
10+
* **application:** Remove the `Application` class from the application module because it is empty
11+
* **config:** The deprecated `config.json` is no longer available
12+
13+
### Features
14+
15+
* **application:** Remove empty `Application` class ([6885c58](https://github.com/wuespace/telestion-core/commit/6885c58b31567217f8498ac43fa0a73cf274de9e))
16+
* **config:** Remove unneeded global `config.json` ([439aa8a](https://github.com/wuespace/telestion-core/commit/439aa8a336ca7248b56c1b007ae01deb466df94a))
17+
* Move `Configuration` and `VerticleConfig` data types to application module ([93bae37](https://github.com/wuespace/telestion-core/commit/93bae37626bdefab7ce5dc1d9b6e45dd8161ce22))
18+
* **services:** Remove `ConfigurableApplication` ([a40cdb2](https://github.com/wuespace/telestion-core/commit/a40cdb21387191810443914c88bd46e47f0bf1fe))
19+
320
## [0.9.0](https://github.com/wuespace/telestion-core/compare/v0.8.1...v0.9.0) (2022-03-23)
421

522

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
1.0.0

0 commit comments

Comments
 (0)