@@ -9,16 +9,38 @@ changelog](http://keepachangelog.com) is important!
9
9
10
10
Plans and ideas for future versions can be found in the [ roadmap] ( ROADMAP.md ) .
11
11
12
+ <!--
12
13
## 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
13
29
14
30
#### Other changes
15
31
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 ] )
16
35
- Improved error reporting and error handling in LibPQ loader and in UnitTest
17
36
discovery tools ([ #18 ] )
18
- - New Assert function: InvokeRaises ([ #19 ] )
19
37
20
38
[ #18 ] : https://github.com/sio/LibPQ/issues/18
21
39
[ #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
22
44
23
45
24
46
## Version 1.2.0 (2019-03-19)
0 commit comments