Skip to content

Commit

Permalink
Update version number and changelog for v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed May 4, 2021
1 parent b11fec5 commit afe3b23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [3.5.0] - 2021-05-04

### Added

- `esp_plugin_is_light_plugin()` is the preferred alias of
`esp_plugin_is_light_master()` as it reflects that not all plugins with the
light flag set are masters.

### Deprecated

- `esp_plugin_is_light_master()`: use the alias `esp_plugin_is_light_plugin()`
instead.

## [3.4.0] - 2021-04-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esplugin-ffi"
version = "3.4.0"
version = "3.5.0"
authors = ["Oliver Hamlet <oliver@ortham.io>"]
build = "build.rs"
description = "A wrapper library providing a C FFI for esplugin."
Expand Down

0 comments on commit afe3b23

Please sign in to comment.