Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Remove package-level deprecation notices.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Nov 29, 2022
1 parent 84f50b0 commit ac6a74d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ The format is based on [Keep a Changelog], and this project adheres to
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## [1.4.1] - 2022-11-29

This release simply removes the package-level deprecation notices, as they are
caught by aggressive linter configurations. The deprecation notice in `go.mod`
has been retained. We will re-add these deprecation notices when we are closer
to ceasing support for this module altogether.

## [1.4.0] - 2022-11-29

> **The Dodeca project is deprecated as of this version.**
Expand Down Expand Up @@ -139,6 +146,7 @@ the `1.0.0-rc.1` release.
[1.3.0]: https://github.com/dogmatiq/dodeca/releases/tag/v1.3.0
[1.3.1]: https://github.com/dogmatiq/dodeca/releases/tag/v1.3.1
[1.4.0]: https://github.com/dogmatiq/dodeca/releases/tag/v1.4.0
[1.4.1]: https://github.com/dogmatiq/dodeca/releases/tag/v1.4.1

<!-- version template
## [0.0.1] - YYYY-MM-DD
Expand Down
3 changes: 0 additions & 3 deletions config/doc.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Package config provides features to abstract the specification of a
// configuration value, from the consumption of a configuration value, using
// environment variables.
//
// Deprecated: This package has been superceded by
// https://github.com/dogmatiq/ferrite.
package config
4 changes: 0 additions & 4 deletions logging/doc.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Package logging provides a simple logging interface for 12-Factor
// applications.
//
// Deprecated: Dogmatiq projects are being transitioned to go.uber.org/zap. This
// package will be removed once it is no longer used throughout the Dogmatiq
// organization.
package logging

0 comments on commit ac6a74d

Please sign in to comment.