This repository has been archived by the owner on May 16, 2024. It is now read-only.
Releases: edgelaboratories/interpolator
Releases · edgelaboratories/interpolator
v0.4.0
What's Changed
- ci: remove semgrep by @antonioiubatti93 in #47
- fix: renovate cannot use private preset by @antonioiubatti93 in #48
- chore(deps): update module github.com/stretchr/testify to v1.8.1 by @renovate in #51
- chore(deps): update all non-major dependencies by @renovate in #50
- chore(deps): update module github.com/stretchr/testify to v1.8.2 by @renovate in #52
- chore(lint): update golangci lint 1.52.1 by pleasing revive by @borisdavid in #55
- chore(deps): update actions/setup-go action to v4 by @renovate in #54
- chore(deps): update actions/checkout action to v3.4.0 by @renovate in #53
New Contributors
- @renovate made their first contribution in #51
- @borisdavid made their first contribution in #55
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.1
What's Changed
- build(deps): bump actions/checkout from 3.0.0 to 3.0.1 by @dependabot in #36
- build(deps): bump actions/checkout from 3.0.1 to 3.0.2 by @dependabot in #37
- build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 by @dependabot in #38
- chore: update CODEOWNERS by @antonioiubatti93 in #39
- build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #40
- build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #42
- build(ci): set up semgrep by @antonioiubatti93 in #41
- build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #44
- ci(deps): configure renovate by @antonioiubatti93 in #43
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- build(test): upgrade Go and actions by @antonioiubatti93 in #32
- build(deps): bump actions/checkout from 2.4.0 to 3.0.0 by @dependabot in #35
- build(deps): bump actions/setup-go from 2 to 3 by @dependabot in #34
- build(deps): bump golangci/golangci-lint-action from 2.5.2 to 3.1.0 by @dependabot in #33
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #31
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0 - Initial release
What's Changed
- Add .golangci.yml configuration file by @vthiery in #1
- Add travis file by @vthiery in #2
- Add goreportcard badge by @vthiery in #3
- Fix README example which does not compile. by @cyrilgdn in #4
- Add go 1.13.x to Travis matrix by @vthiery in #5
- Disable wsl linter by @vthiery in #6
- Add Geometric Sqrt interpolator by @caroline105 in #7
- Add Linear Sqrt interpolator by @caroline105 in #8
- Update Go mod to Go 1.14 by @antonioiubatti93 in #9
- Run golangci-lint via reviewdog action by @vthiery in #10
- Run tests via action by @vthiery in #11
- Correct piecewise constant interpolator by @antonioiubatti93 in #12
- Single point data as constant by @antonioiubatti93 in #13
- Create Dependabot config file by @dependabot-preview in #14
- Use official golangci-lint Github action by @vthiery in #16
- Upgrade Go to 1.15 by @antonioiubatti93 in #18
- Add go 1.15.x to CI matrix by @vthiery in #19
- Bump github.com/stretchr/testify from 1.3.0 to 1.6.1 by @dependabot in #17
- style: bump golangci-lint to 1.36 and fix warnings by @vthiery in #22
- ci: remove testing against Go 1.12.x by @vthiery in #21
- Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 by @dependabot in #20
- feat: test against Go 1.16 by @vthiery in #23
- build: dependabot review by @antonioiubatti93 in #25
- build: earlier dependabot updates by @antonioiubatti93 in #26
- build: upgrade Go installation by @antonioiubatti93 in #28
- build(deps): upgrade workflows by @antonioiubatti93 in #29
New Contributors
- @vthiery made their first contribution in #1
- @cyrilgdn made their first contribution in #4
- @caroline105 made their first contribution in #7
- @antonioiubatti93 made their first contribution in #9
- @dependabot-preview made their first contribution in #14
- @dependabot made their first contribution in #17
Full Changelog: https://github.com/edgelaboratories/interpolator/commits/v0.1.0