Update version numbers and changelog for v4.0.0

This commit is contained in:
Oliver Hamlet
2024-05-02 20:54:56 +01:00
parent c21391568c
commit 458841ce45
4 changed files with 21 additions and 4 deletions
+17
View File
@@ -1,5 +1,22 @@
# Changelog
## [4.0.0] - 2024-05-02
### Added
- `Cargo.lock` is no longer ignored by Git.
### Changed
- `Error::ParsingIncomplete` now holds contextual data.
- Updated to Rust's 2021 edition.
- Updated esplugin to v5.0.1.
### Removed
- The `ffi-headers` build feature: if you want to generate C or C++ headers,
install and run cbindgen separately.
## [3.1.0] - 2023-09-05
### Added