Skip to content

Commit 6290de8

Browse files
committed
Update Makefile and changelog for v0.5.0
1 parent 168358b commit 6290de8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [0.5.0] - 2026-01-03
4+
5+
### Changed
6+
7+
- Update easyto-assets to v0.5.0. This updates the kernel to 6.12.63.
8+
- Update easyto-init to v0.3.0. The new version includes modification of network configuration, bug fixes, and refactorings that do not change the interface.
9+
310
## [0.4.0] - 2025-10-16
411

512
### Added
@@ -51,6 +58,7 @@
5158

5259
Initial release
5360

61+
[0.5.0]: https://github.com/cloudboss/easyto/releases/tag/v0.5.0
5462
[0.4.0]: https://github.com/cloudboss/easyto/releases/tag/v0.4.0
5563
[0.3.0]: https://github.com/cloudboss/easyto/releases/tag/v0.3.0
5664
[0.2.0]: https://github.com/cloudboss/easyto/releases/tag/v0.2.0

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif
2020
DIR_RELEASE = $(DIR_OUT)/release
2121

2222
EASYTO_ASSETS_RELEASES = https://github.com/cloudboss/easyto-assets/releases/download
23-
EASYTO_ASSETS_VERSION = v0.4.0
23+
EASYTO_ASSETS_VERSION = v0.5.0
2424
EASYTO_ASSETS_BUILD = easyto-assets-build-$(EASYTO_ASSETS_VERSION)
2525
EASYTO_ASSETS_BUILD_ARCHIVE = $(EASYTO_ASSETS_BUILD).tar.gz
2626
EASYTO_ASSETS_BUILD_URL = $(EASYTO_ASSETS_RELEASES)/$(EASYTO_ASSETS_VERSION)/$(EASYTO_ASSETS_BUILD_ARCHIVE)
@@ -31,7 +31,7 @@ EASYTO_ASSETS_RUNTIME = easyto-assets-runtime-$(EASYTO_ASSETS_VERSION)
3131
EASYTO_ASSETS_RUNTIME_ARCHIVE = $(EASYTO_ASSETS_RUNTIME).tar.gz
3232
EASYTO_ASSETS_RUNTIME_URL = $(EASYTO_ASSETS_RELEASES)/$(EASYTO_ASSETS_VERSION)/$(EASYTO_ASSETS_RUNTIME_ARCHIVE)
3333
EASYTO_INIT_RELEASES = https://github.com/cloudboss/easyto-init/releases/download
34-
EASYTO_INIT_VERSION = v0.2.0
34+
EASYTO_INIT_VERSION = v0.3.0
3535
EASYTO_INIT = easyto-init-$(EASYTO_INIT_VERSION)
3636
EASYTO_INIT_ARCHIVE = easyto-init-$(EASYTO_INIT_VERSION).tar.gz
3737
EASYTO_INIT_URL = $(EASYTO_INIT_RELEASES)/$(EASYTO_INIT_VERSION)/$(EASYTO_INIT_ARCHIVE)

0 commit comments

Comments
 (0)