Skip to content

Commit

Permalink
Release 1.0.0 (#4)
Browse files Browse the repository at this point in the history
* relase 1.0.0

* fix package pin
  • Loading branch information
gh123man authored Apr 1, 2022
1 parent 783f519 commit 2a368dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CHANGELOG
=========

# 1.0.0 / 2022-04-01
* First Release 🎉
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["Dogstatsd"]),
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.52.1"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Swift Dogstatsd is a dogstatsd implementation for the popular Vapor framework.
To install Swift Dogstatsd, use Swift Package Manager:

```swift
.package(name: "dogstatsd", url: "https://github.com/DataDog/swift-dogstatsd.git", .branch("master")),
.package(name: "dogstatsd", url: "https://github.com/DataDog/swift-dogstatsd.git", from: "1.0.0")),

.target(name: "App", dependencies: [
.product(name: "Vapor", package: "vapor"),
Expand Down

0 comments on commit 2a368dd

Please sign in to comment.