Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed Jul 17, 2024
1 parent c4e7536 commit 90da01d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ 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).


## v1.2.0 - July 17, 2024

### Added

* Add offset property for *RPC Methods*
* Add offset property for *Security Callbacks*
* Add separate icon for *x86* version of rpv-web

### Changed

* Fix type errors caused by newer v versions
* Fix incorrect attr syntax in newer v versions
* Use separate builder container in Dockerfile
* Rename `base` property of *RPC Methods* to `addr`
* Rename `base` property of *Security Callbacks* to `addr`


## v1.1.0 - Sep 22, 2023

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[![](https://github.com/qtc-de/rpv-web/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/qtc-de/rpv-web/actions/workflows/build.yml)
[![](https://github.com/qtc-de/rpv-web/actions/workflows/build.yml/badge.svg?branch=dev)](https://github.com/qtc-de/rpv-web/actions/workflows/build.yml)
[![](https://img.shields.io/badge/version-1.1.0-blue)](https://github.com/qtc-de/rpv-web/releases)
[![](https://img.shields.io/badge/version-1.2.0-blue)](https://github.com/qtc-de/rpv-web/releases)
[![](https://img.shields.io/badge/language-v%20%26%20vue-blue)](https://vlang.io/)
[![](https://img.shields.io/badge/license-GPL%20v3.0-blue)](https://github.com/qtc-de/rpv-web/blob/master/LICENSE)
[![](https://img.shields.io/badge/Pages-fa6b05)](https://qtc-de.github.io/rpv-web/)
Expand Down Expand Up @@ -34,7 +34,7 @@ If you want to build from source, you can do so. Assuming that *v* is installed,
can run the following commands to build *rpv-web*:

```console
[user@host ~]$ v install qtc_de.rpv
[user@host ~]$ v install qtc-de.rpv
[user@host ~]$ git clone https://github.com/qtc-de/rpv-web
[user@host ~]$ cd rpv-web
[user@host rpv-web]$ make
Expand Down

0 comments on commit 90da01d

Please sign in to comment.