From 353168201180d58fcd530dd6e43f6aa439b00437 Mon Sep 17 00:00:00 2001 From: Vitaly Potyarkin Date: Tue, 27 Jul 2021 11:40:21 +0300 Subject: [PATCH] Release 1.3.0 --- README.md | 4 +++- RELEASES.md | 24 +++++++++++++++++++++++- ROADMAP.md | 4 ++-- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c75fdc8..8503419 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ code from external modules into Power Query. - Show [docstrings] in Power Query user interface - A collection of general purpose [functions and queries][modules] - Compatibility with [@tycho01's library][tycho01] +- [Automated test execution][CI] before merging any changes to this project #### More information @@ -32,6 +33,7 @@ code from external modules into Power Query. [tycho01]: https://github.com/tycho01/pquery [docstrings]: Docs/Docstrings.md [docs]: Docs/README.md +[CI]: CI/README.md ## Installation and usage @@ -139,7 +141,7 @@ groups, IRC/Discord/Telegram chats or on Reddit/StackOverflow. ## License and copyright -Copyright © 2017-2019 Vitaly Potyarkin +Copyright © 2017-2021 Vitaly Potyarkin ``` Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. diff --git a/RELEASES.md b/RELEASES.md index d0e5132..5e0f477 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -9,16 +9,38 @@ changelog](http://keepachangelog.com) is important! Plans and ideas for future versions can be found in the [roadmap](ROADMAP.md). + + +## Version 1.3.0 (2021-07-27) + +This release accumulates a number of small changes over the past two years and +highlights a significant improvement in LibPQ development: now we have a CI pipeline! + +#### New modules + +- [Table.MoveColumnsToBeginning](Modules/Table.MoveColumnsToBeginning.pq), + [Table.MoveColumnsToEnd](Modules/Table.MoveColumnsToEnd.pq) - + Reorder columns by moving some of them to the beginning/end of the table + ([#21], thanks to [@ckp95]) +- [Web.CbrCurrencyRates](Modules/Web.CbrCurrencyRates.pq) - + Fetch currency rates published by The Central Bank of Russian Federation #### Other changes +- Unit tests are now automatically executed after each push to this repo + thanks to [PowerQueryNet] and GitHub Actions +- New Assert function: InvokeRaises ([#19], thanks to [@estuelke]) - Improved error reporting and error handling in LibPQ loader and in UnitTest discovery tools ([#18]) -- New Assert function: InvokeRaises ([#19]) [#18]: https://github.com/sio/LibPQ/issues/18 [#19]: https://github.com/sio/LibPQ/issues/19 +[#21]: https://github.com/sio/LibPQ/issues/21 +[@ckp95]: https://github.com/ckp95 +[@estuelke]: https://github.com/estuelke +[PowerQueryNet]: https://github.com/gsimardnet/PowerQueryNet ## Version 1.2.0 (2019-03-19) diff --git a/ROADMAP.md b/ROADMAP.md index 78fbcc6..b7f3356 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -32,7 +32,7 @@ Current goals and values (in order of descending importance) are: separate project that relies on LibPQ for importing the source code. -## Roadmap to the next release (probably 1.3.0) +## Roadmap to the next release (probably 1.4.0) There are no explicit plans for new features yet. This section will be futher updated in the development process. If you think something needs to be added @@ -40,4 +40,4 @@ or changed in LibPQ, please feel free to create [an issue](https://github.com/sio/LibPQ/issues). If no critical bugs are discovered and no breaking changes arrive with Power -Query updates, the next (minor) release is scheduled for the beginning of 2020. +Query updates, the next (minor) release will most likely happen in 2022.