Skip to content

Commit

Permalink
Merge branch 'master' into issue-261-custom-writer-for-progress-spinners
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke Hatton committed Apr 16, 2022
2 parents 1e56c4b + 11fc7cd commit 4ee46ab
Show file tree
Hide file tree
Showing 39 changed files with 69 additions and 45 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/golangci.yml
Expand Up @@ -6,8 +6,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.29
version: v1.39
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,9 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v0.12.40"></a>
## [v0.12.40] - 2022-03-28
### Features
- added a custom writer for all printers

Expand Down Expand Up @@ -1000,7 +1003,8 @@ removed `Header` and put it's content directly into `HeaderPrinter`
- initial commit


[Unreleased]: https://github.com/pterm/pterm/compare/v0.12.39...HEAD
[Unreleased]: https://github.com/pterm/pterm/compare/v0.12.40...HEAD
[v0.12.40]: https://github.com/pterm/pterm/compare/v0.12.39...v0.12.40
[v0.12.39]: https://github.com/pterm/pterm/compare/v0.12.38...v0.12.39
[v0.12.38]: https://github.com/pterm/pterm/compare/v0.12.37...v0.12.38
[v0.12.37]: https://github.com/pterm/pterm/compare/v0.12.36...v0.12.37
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,7 +38,7 @@
</a>

<a href="https://codecov.io/gh/pterm/pterm" style="text-decoration: none">
<!-- unittestcount:start --><img src="https://img.shields.io/badge/Unit_Tests-28753-magenta?style=flat-square" alt="Forks"><!-- unittestcount:end -->
<!-- unittestcount:start --><img src="https://img.shields.io/badge/Unit_Tests-28774-magenta?style=flat-square" alt="Forks"><!-- unittestcount:end -->
</a>

<br/>
Expand Down Expand Up @@ -125,7 +125,7 @@ We take special precautions to ensure that PTerm works on as many operating syst

> PTerm has a 100% test coverage, which means that every line of code inside PTerm gets tested automatically
We test PTerm continuously. However, since a human cannot test everything all the time, we have our own test system with which we currently run <!-- unittestcount2:start -->**`28753`**<!-- unittestcount2:end -->
We test PTerm continuously. However, since a human cannot test everything all the time, we have our own test system with which we currently run <!-- unittestcount2:start -->**`28774`**<!-- unittestcount2:end -->
automated tests to ensure that PTerm has no bugs.

### • ✨ Consistent Colors
Expand Down
2 changes: 1 addition & 1 deletion _examples/area/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/barchart-mixed-values/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _examples/barchart-negative-values/animation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ee46ab

Please sign in to comment.