mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Bump version to 0.4.1
This commit is contained in:
parent
19eaeb424f
commit
5ed4c01940
3 changed files with 6 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
## Unreleased
|
## [0.4.1] - 2026-07-11
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
@ -16,6 +16,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
- `create()` overloads. Supported is now only `create(class)(props)`.
|
- `create()` overloads. Supported is now only `create(class)(props)`.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- `create()` types in the new solver should now work without `::`.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
## [0.4.0] - 2026-01-17
|
## [0.4.0] - 2026-01-17
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
local version = { major = 0, minor = 4, patch = 0 }
|
local version = { major = 0, minor = 4, patch = 1 }
|
||||||
|
|
||||||
local root = require "./root"
|
local root = require "./root"
|
||||||
local branch = require "./branch"
|
local branch = require "./branch"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue