Skip to content

Commit

Permalink
Releasing 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Aug 29, 2021
1 parent c427dfc commit 2f950fb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

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).

## v0.1.1

### Added

- "Partial" constructors for all `Vectorlike` types:
- `Vector::from_x()`, `Vector::from_y()`
- `Point::from_x()`, `Point::from_y()`
- `Size::from_width()`, `Size::from_height()`
- `From<Size>` implementations for `Rect` and `SizedRect`.

## v0.1.0

- Initial release.
2 changes: 1 addition & 1 deletion figures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "figures"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
description = "A math library specialized for 2d screen graphics."
repository = "https://github.com/khonsulabs/figures"
Expand Down

0 comments on commit 2f950fb

Please sign in to comment.