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 29, 2024
1 parent d4cf6ee commit 5729e62
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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 29, 2024

### Added

* Add RPC interface version information to `RpcInterfaceInfo`
* Add support for loading PDB symbols of method parameters (not in use yet)

### Changed

* Fix incorrect module locations for modules with uppercase filenames


## v1.1.1 - July 19, 2024

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

[![](https://github.com/qtc-de/rpv/actions/workflows/build-examples.yml/badge.svg?branch=main)](https://github.com/qtc-de/rpv/actions/workflows/build-examples.yml)
[![](https://github.com/qtc-de/rpv/actions/workflows/build-examples.yml/badge.svg?branch=dev)](https://github.com/qtc-de/rpv/actions/workflows/build-examples.yml)
[![](https://img.shields.io/badge/version-1.1.1-blue)](https://github.com/qtc-de/rpv/releases)
[![](https://img.shields.io/badge/version-1.2.0-blue)](https://github.com/qtc-de/rpv/releases)
[![](https://img.shields.io/badge/programming%20language-v-blue)](https://vlang.io/)
[![](https://img.shields.io/badge/license-GPL%20v3.0-blue)](https://github.com/qtc-de/rpv/blob/master/LICENSE)
[![](https://img.shields.io/badge/docs-fa6b05)](https://qtc-de.github.io/rpv)
Expand Down
2 changes: 1 addition & 1 deletion v.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Module
{
name: 'rpv'
author: 'Tobias Neitzel (@qtc_de)'
version: '1.1.1'
version: '1.2.0'
repo_url: 'https://github.com/qtc-de/rpv'
vcs: 'git'
tags: ['rpc', 'rpv', 'rpv-web', 'rpcview']
Expand Down

0 comments on commit 5729e62

Please sign in to comment.