Skip to content

Commit

Permalink
Update version numbers and changelogs for v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed May 2, 2024
1 parent 9331f3f commit 7b2f9e6
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

As of v1.0.4, version numbers are shared between esplugin and esplugin-ffi.

## [5.0.0] - 2024-05-02

### Added

- `Cargo.lock` is no longer ignored by Git.

### Changed

- `Error::NoFilename`, `Error::ParsingIncomplete` and `Error::DecodeError` now hold contextual data.

## [4.1.1] - 2022-09-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

After v1.0.3, version numbers are shared between esplugin and esplugin-ffi.

## [5.0.0] - 2024-05-02

### Changed

- Updated to esplugin v5.0.0.

### Removed

- The `ffi-headers` build feature: if you want to generate C or C++ headers, install and run cbindgen separately.

## [4.1.1] - 2023-12-06

### Changed
Expand Down
4 changes: 2 additions & 2 deletions ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esplugin-ffi"
version = "4.1.1"
version = "5.0.0"
authors = ["Oliver Hamlet <[email protected]>"]
description = "A wrapper library providing a C FFI for esplugin."
documentation = "https://docs.rs/esplugin-ffi"
Expand All @@ -16,7 +16,7 @@ exclude = [
]

[dependencies]
esplugin = { version = "4.1.1", path = ".." }
esplugin = { version = "5.0.0", path = ".." }
libc = "0.2"

[lib]
Expand Down

0 comments on commit 7b2f9e6

Please sign in to comment.