@@ -9,16 +9,38 @@ changelog](http://keepachangelog.com) is important!
99
1010Plans and ideas for future versions can be found in the [ roadmap] ( ROADMAP.md ) .
1111
12+ <!--
1213## Unreleased changes (currently in git master)
14+ -->
15+
16+ ## Version 1.3.0 (2021-07-27)
17+
18+ This release accumulates a number of small changes over the past two years and
19+ highlights a significant improvement in LibPQ development: now we have a CI pipeline!
20+
21+ #### New modules
22+
23+ - [ Table.MoveColumnsToBeginning] ( Modules/Table.MoveColumnsToBeginning.pq ) ,
24+ [ Table.MoveColumnsToEnd] ( Modules/Table.MoveColumnsToEnd.pq ) -
25+ Reorder columns by moving some of them to the beginning/end of the table
26+ ([ #21 ] , thanks to [ @ckp95 ] )
27+ - [ Web.CbrCurrencyRates] ( Modules/Web.CbrCurrencyRates.pq ) -
28+ Fetch currency rates published by The Central Bank of Russian Federation
1329
1430#### Other changes
1531
32+ - Unit tests are now automatically executed after each push to this repo
33+ thanks to [ PowerQueryNet] and GitHub Actions
34+ - New Assert function: InvokeRaises ([ #19 ] , thanks to [ @estuelke ] )
1635- Improved error reporting and error handling in LibPQ loader and in UnitTest
1736 discovery tools ([ #18 ] )
18- - New Assert function: InvokeRaises ([ #19 ] )
1937
2038[ #18 ] : https://github.com/sio/LibPQ/issues/18
2139[ #19 ] : https://github.com/sio/LibPQ/issues/19
40+ [ #21 ] : https://github.com/sio/LibPQ/issues/21
41+ [ @ckp95 ] : https://github.com/ckp95
42+ [ @estuelke ] : https://github.com/estuelke
43+ [ PowerQueryNet ] : https://github.com/gsimardnet/PowerQueryNet
2244
2345
2446## Version 1.2.0 (2019-03-19)
0 commit comments