Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.43.0 #2920

Merged
merged 4 commits into from
Aug 20, 2024
Merged

Release/v0.43.0 #2920

merged 4 commits into from
Aug 20, 2024

Commits on Aug 20, 2024

  1. *: don't use min/max for vars

    They're special since Go 1.22, so linter isn't happy about their use:
    
      Error: param min has same name as predeclared identifier (predeclared)
      Error: param max has same name as predeclared identifier (predeclared)
      Error: variable min has same name as predeclared identifier (predeclared)
      Error: variable max has same name as predeclared identifier (predeclared)
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    584fc4a View commit details
    Browse the repository at this point in the history
  2. CHANGELOG: Fix mistake in unreleased change

    Signed-off-by: Leonard Lyubich <[email protected]>
    cthulhu-rider authored and roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    42dce70 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG: fix whitespace error

    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4bbbd74 View commit details
    Browse the repository at this point in the history
  4. Release v0.43.0

    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    80fe6f9 View commit details
    Browse the repository at this point in the history