Skip to content

Commit b1925f4

Browse files
Bump version to 0.25.0, update changelog
1 parent 6d458da commit b1925f4

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## 0.25.0
4+
5+
This is the final SFML 2.x release.
6+
There might be some bugfix releases if needed though.
7+
8+
### Added
9+
10+
- Option to dynamically link FLAC and ogg
11+
- Some conversion functions between arrays, tuples, and `Vector2`/`Vector3`
12+
- Make `VideoMode` constructible from arrays
13+
- Geometry shader example
14+
15+
### Changed
16+
17+
- Now requires Rust edition 2024, Rust 1.86
18+
- Implement `Send` and `Sync` for more types
19+
20+
### Fixed
21+
22+
- Potentially fix some crashes on OS X
23+
- `Texture::update_from_pixels` bounds check being too conservative
24+
325
## 0.24.0
426

527
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sfml"
33
description = "Rust binding for sfml"
4-
version = "0.24.0"
4+
version = "0.25.0"
55
authors = ["Jeremy Letang <[email protected]>"]
66
documentation = "https://docs.rs/sfml"
77
repository = "https://github.com/jeremyletang/rust-sfml"

0 commit comments

Comments
 (0)