From 5605af04fb91ca3e5cc314ac374d21c452bb6855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Haudebourg?= Date: Thu, 5 Oct 2023 14:28:07 +0200 Subject: [PATCH] Version 6.0.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7deae..6c31fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unpublished] +## [6.0.0] ### Changed - `copy_buffers` is now unsafe. - `get_display` is now unsafe. diff --git a/Cargo.toml b/Cargo.toml index 55e2dae..b65b0b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khronos-egl" -version = "5.0.0" +version = "6.0.0" authors = ["Timothée Haudebourg ", "Sean Kerr "] license = "MIT/Apache-2.0" description = "Rust bindings for EGL"