Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
valerauko committed Nov 20, 2023
1 parent 951a69a commit 650b90f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

Clojure library for tracing (possibly async) applications with Datadog.

## Installation

Available on Clojars.

```
[jp.studist/sleepydog "0.1.0"]
```

## Usage

The public API is in the `sleepy.dog` namespace.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject jp.studist/sleepydog "0.1.0-alpha4"
(defproject jp.studist/sleepydog "0.1.0"
:description "FIXME: write description"
:url "https://github.com/StudistCorporation/sleepydog"
:license {:name "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests.edn
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#kaocha/v1
{:color? false}
{:color? false}

0 comments on commit 650b90f

Please sign in to comment.