Skip to content

Commit

Permalink
chore: release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo committed Dec 1, 2023
1 parent ebefae1 commit b432388
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Go module
versioning](https://go.dev/doc/modules/version-numbers).

## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v0.9.0...main)
## [Unreleased](https://github.com/autometrics-dev/autometrics-go/compare/v1.0.0...main)

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [1.0.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v1.0.0) 2023-12-01

### Changed

- [All] The `Init` API has changed, to use arguments of type `InitOption` instead of using
separate types. This means all default arguments do not need to be mentioned in the
call of `Init`, and for the rest `autometrics` provides `With...` functions that allow
customization.

### Deprecated

### Removed

### Fixed

- Fix a bug where the repository provider label would overwrite the repository URL label
instead of using its own label.

### Security

## [0.9.0](https://github.com/autometrics-dev/autometrics-go/releases/tag/v0.9.0) 2023-11-17

The main goal of this release is to reach compatibility with 1.0.0 version of Autometrics
Expand Down
2 changes: 1 addition & 1 deletion internal/build/build.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package build // import "github.com/autometrics-dev/autometrics-go/internal/build"

// Version is the version string of the build, when made available through ldflags.
var Version = "0.9.0"
var Version = "1.0.0"

// User is the user who triggered this build, when made available through ldflags.
var User = "n/a"
Expand Down

0 comments on commit b432388

Please sign in to comment.