Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sio committed Jul 27, 2021
1 parent 667b672 commit 3531682
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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.
Expand Down
24 changes: 23 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,38 @@ changelog](http://keepachangelog.com) is important!

Plans and ideas for future versions can be found in the [roadmap](ROADMAP.md).

<!--
## Unreleased changes (currently in git master)
-->

## 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)
Expand Down
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ 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
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.

0 comments on commit 3531682

Please sign in to comment.