diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b08b3..44f89be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 5ebe3b5..b3daa45 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/v.mod b/v.mod index 38c06de..463830e 100644 --- a/v.mod +++ b/v.mod @@ -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']