Skip to content

Commit 3531682

Browse files
committed
Release 1.3.0
1 parent 667b672 commit 3531682

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ code from external modules into Power Query.
1212
- Show [docstrings] in Power Query user interface
1313
- A collection of general purpose [functions and queries][modules]
1414
- Compatibility with [@tycho01's library][tycho01]
15+
- [Automated test execution][CI] before merging any changes to this project
1516

1617
#### More information
1718

@@ -32,6 +33,7 @@ code from external modules into Power Query.
3233
[tycho01]: https://github.com/tycho01/pquery
3334
[docstrings]: Docs/Docstrings.md
3435
[docs]: Docs/README.md
36+
[CI]: CI/README.md
3537

3638
## Installation and usage
3739

@@ -139,7 +141,7 @@ groups, IRC/Discord/Telegram chats or on Reddit/StackOverflow.
139141

140142
## License and copyright
141143

142-
Copyright © 2017-2019 Vitaly Potyarkin
144+
Copyright © 2017-2021 Vitaly Potyarkin
143145
```
144146
Licensed under the Apache License, Version 2.0 (the "License");
145147
you may not use these files except in compliance with the License.

RELEASES.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,38 @@ changelog](http://keepachangelog.com) is important!
99

1010
Plans 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)

ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Current goals and values (in order of descending importance) are:
3232
separate project that relies on LibPQ for importing the source code.
3333

3434

35-
## Roadmap to the next release (probably 1.3.0)
35+
## Roadmap to the next release (probably 1.4.0)
3636

3737
There are no explicit plans for new features yet. This section will be futher
3838
updated in the development process. If you think something needs to be added
3939
or changed in LibPQ, please feel free to create [an
4040
issue](https://github.com/sio/LibPQ/issues).
4141

4242
If no critical bugs are discovered and no breaking changes arrive with Power
43-
Query updates, the next (minor) release is scheduled for the beginning of 2020.
43+
Query updates, the next (minor) release will most likely happen in 2022.

0 commit comments

Comments
 (0)