From 5f6914a93ab814fa0de00226c20f92e23ad8ffde Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 6 Dec 2021 16:04:55 +0100 Subject: [PATCH] update changelog and some more links --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f89e956..fd5048a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [unreleased] +## [v0.3.1] + +- Updated all links to point to new repository ## [v0.3.0] diff --git a/Cargo.toml b/Cargo.toml index da66592..4076097 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va108xx-hal" -version = "0.3.0" +version = "0.3.1" authors = ["Robin Mueller "] edition = "2021" description = "HAL for the Vorago VA108xx family of microcontrollers" diff --git a/README.md b/README.md index c50278b..220f287 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ your custom board. The hello world of embedded development is usually to blinky a LED. This example is contained within the -[examples folder](https://github.com/robamu-org/va108xx-hal-rs/tree/main/examples/blinky.rs). +[examples folder](https://egit.irs.uni-stuttgart.de/rust/va108xx-hal/src/branch/main/examples/blinky.rs). 1. Set up your Rust cross-compiler if you have not done so yet. See more in the [build chapter](#Building) 2. Create a new binary crate with `cargo init` @@ -85,4 +85,4 @@ is contained within the 7. Flashing the board might work differently for different boards and there is usually more than one way. You can find example instructions for the REB1 development board - [here](https://github.com/robamu/vorago-reb1-rs). + [here](https://github.com/robamu-org/vorago-reb1-rs).