Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krtab committed Oct 14, 2020
1 parent f2a873c commit 973ae03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## v1.0.0
### Added
- Added a `try_array_init` function which initializes an array with a callable that may fail.
- Added a `const-generics` feature which uses rust (unstable) `const-generics` feature to implement the initializer functions for all array sizes.
- Added documentation
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
"Michal 'vorner' Vaner <vorner@vorner.cz>",
]
name = "array-init"
version = "0.1.1"
version = "1.0.0"
license = "MIT OR Apache-2.0"
edition = "2018"
description = "Safe wrapper for initializing fixed-size arrays"
Expand Down

0 comments on commit 973ae03

Please sign in to comment.