Compare commits

...

2 Commits
v0.1.0 ... main

Author SHA1 Message Date
819cbb547c
prep v0.1.1
Some checks failed
ci / Check build (macos-latest) (push) Has been cancelled
ci / Check build (ubuntu-latest) (push) Has been cancelled
ci / Check build (windows-latest) (push) Has been cancelled
ci / Run Tests (push) Has been cancelled
ci / Check MSRV (push) Has been cancelled
ci / Check Cross-Compilation (armv7-unknown-linux-gnueabihf) (push) Has been cancelled
ci / Check Cross-Compilation (thumbv7em-none-eabihf) (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2025-04-10 23:37:55 +02:00
17e3c0e490
badge fix
Some checks failed
ci / Check build (macos-latest) (push) Has been cancelled
ci / Check build (ubuntu-latest) (push) Has been cancelled
ci / Check build (windows-latest) (push) Has been cancelled
ci / Run Tests (push) Has been cancelled
ci / Check MSRV (push) Has been cancelled
ci / Check Cross-Compilation (armv7-unknown-linux-gnueabihf) (push) Has been cancelled
ci / Check Cross-Compilation (thumbv7em-none-eabihf) (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled
2025-04-10 23:34:13 +02:00
3 changed files with 7 additions and 2 deletions

View File

@ -8,8 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased] # [unreleased]
# [v0.1.1]
Badge fix, points to wrong crate.
# [v0.1.0] # [v0.1.0]
Initial release Initial release
[v0.1.1]: https://egit.irs.uni-stuttgart.de/rust/raw-slice/compare/v0.1.0...v0.1.1
[v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/raw-slice/releases/tag/v0.1.0 [v0.1.0]: https://egit.irs.uni-stuttgart.de/rust/raw-slice/releases/tag/v0.1.0

View File

@ -1,6 +1,6 @@
[package] [package]
name = "raw-slicee" name = "raw-slicee"
version = "0.1.0" version = "0.1.1"
edition = "2024" edition = "2024"
rust-version = "1.85.1" rust-version = "1.85.1"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"] authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]

View File

@ -1,5 +1,5 @@
[![Crates.io](https://img.shields.io/crates/v/raw-slicee)](https://crates.io/crates/raw-slicee) [![Crates.io](https://img.shields.io/crates/v/raw-slicee)](https://crates.io/crates/raw-slicee)
[![docs.rs](https://img.shields.io/docsrs/raw-slice)](https://docs.rs/raw-slice) [![docs.rs](https://img.shields.io/docsrs/raw-slicee)](https://docs.rs/raw-slicee)
[![ci](https://github.com/us-irs/raw-slice/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/us-irs/raw-slice/actions/workflows/ci.yml) [![ci](https://github.com/us-irs/raw-slice/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/us-irs/raw-slice/actions/workflows/ci.yml)
`raw-slice` - Generic raw slice types `raw-slice` - Generic raw slice types