Skip to content

Commit 2351089

Browse files
committed
Bump docs to 1.6.7
1 parent 11240d8 commit 2351089

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

docs/modules/android.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Features
66

77
The Sentry Android SDK is built on top of the main Java SDK and supports all of the same
88
features, `configuration options <https://docs.sentry.io/clients/java/config/>`_, and more.
9-
Adding version ``1.6.6`` of the Android SDK to a sample application that doesn't even use
9+
Adding version ``1.6.7`` of the Android SDK to a sample application that doesn't even use
1010
Proguard only increased the release ``.apk`` size by approximately 200KB.
1111

1212
Events will be `buffered to disk <https://docs.sentry.io/clients/java/config/#buffering-events-to-disk>`_
@@ -29,9 +29,9 @@ Using Gradle (Android Studio) in your ``app/build.gradle`` add:
2929

3030
.. sourcecode:: groovy
3131

32-
compile 'io.sentry:sentry-android:1.6.6'
32+
compile 'io.sentry:sentry-android:1.6.7'
3333

34-
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-android%7C1.6.6%7Cjar>`_.
34+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-android%7C1.6.7%7Cjar>`_.
3535

3636
Initialization
3737
--------------
@@ -146,7 +146,7 @@ And declare a dependency in your toplevel ``build.gradle``:
146146

147147
buildscript {
148148
dependencies {
149-
classpath 'io.sentry:sentry-android-gradle-plugin:1.6.6'
149+
classpath 'io.sentry:sentry-android-gradle-plugin:1.6.7'
150150
}
151151
}
152152

docs/modules/appengine.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ Using Maven:
1818
<dependency>
1919
<groupId>io.sentry</groupId>
2020
<artifactId>sentry-appengine</artifactId>
21-
<version>1.6.6</version>
21+
<version>1.6.7</version>
2222
</dependency>
2323

2424
Using Gradle:
2525

2626
.. sourcecode:: groovy
2727

28-
compile 'io.sentry:sentry-appengine:1.6.6'
28+
compile 'io.sentry:sentry-appengine:1.6.7'
2929

3030
Using SBT:
3131

3232
.. sourcecode:: scala
3333

34-
libraryDependencies += "io.sentry" % "sentry-appengine" % "1.6.6"
34+
libraryDependencies += "io.sentry" % "sentry-appengine" % "1.6.7"
3535

36-
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-appengine%7C1.6.6%7Cjar>`_.
36+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-appengine%7C1.6.7%7Cjar>`_.
3737

3838
Usage
3939
-----

docs/modules/jul.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@ Using Maven:
2727
<dependency>
2828
<groupId>io.sentry</groupId>
2929
<artifactId>sentry</artifactId>
30-
<version>1.6.6</version>
30+
<version>1.6.7</version>
3131
</dependency>
3232

3333
Using Gradle:
3434

3535
.. sourcecode:: groovy
3636

37-
compile 'io.sentry:sentry:1.6.6'
37+
compile 'io.sentry:sentry:1.6.7'
3838

3939
Using SBT:
4040

4141
.. sourcecode:: scala
4242

43-
libraryDependencies += "io.sentry" % "sentry" % "1.6.6"
43+
libraryDependencies += "io.sentry" % "sentry" % "1.6.7"
4444

45-
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.6.6%7Cjar>`_.
45+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.6.7%7Cjar>`_.
4646

4747
Usage
4848
-----

docs/modules/log4j.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ Using Maven:
2828
<dependency>
2929
<groupId>io.sentry</groupId>
3030
<artifactId>sentry-log4j</artifactId>
31-
<version>1.6.6</version>
31+
<version>1.6.7</version>
3232
</dependency>
3333

3434
Using Gradle:
3535

3636
.. sourcecode:: groovy
3737

38-
compile 'io.sentry:sentry-log4j:1.6.6'
38+
compile 'io.sentry:sentry-log4j:1.6.7'
3939

4040
Using SBT:
4141

4242
.. sourcecode:: scala
4343

44-
libraryDependencies += "io.sentry" % "sentry-log4j" % "1.6.6"
44+
libraryDependencies += "io.sentry" % "sentry-log4j" % "1.6.7"
4545

46-
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j%7C1.6.6%7Cjar>`_.
46+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j%7C1.6.7%7Cjar>`_.
4747

4848
Usage
4949
-----

docs/modules/log4j2.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ Using Maven:
2828
<dependency>
2929
<groupId>io.sentry</groupId>
3030
<artifactId>sentry-log4j2</artifactId>
31-
<version>1.6.6</version>
31+
<version>1.6.7</version>
3232
</dependency>
3333

3434
Using Gradle:
3535

3636
.. sourcecode:: groovy
3737

38-
compile 'io.sentry:sentry-log4j2:1.6.6'
38+
compile 'io.sentry:sentry-log4j2:1.6.7'
3939

4040
Using SBT:
4141

4242
.. sourcecode:: scala
4343

44-
libraryDependencies += "io.sentry" % "sentry-log4j2" % "1.6.6"
44+
libraryDependencies += "io.sentry" % "sentry-log4j2" % "1.6.7"
4545

46-
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j2%7C1.6.6%7Cjar>`_.
46+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j2%7C1.6.7%7Cjar>`_.
4747

4848
Usage
4949
-----

docs/modules/logback.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ Using Maven:
2828
<dependency>
2929
<groupId>io.sentry</groupId>
3030
<artifactId>sentry-logback</artifactId>
31-
<version>1.6.6</version>
31+
<version>1.6.7</version>
3232
</dependency>
3333

3434
Using Gradle:
3535

3636
.. sourcecode:: groovy
3737

38-
compile 'io.sentry:sentry-logback:1.6.6'
38+
compile 'io.sentry:sentry-logback:1.6.7'
3939

4040
Using SBT:
4141

4242
.. sourcecode:: scala
4343

44-
libraryDependencies += "io.sentry" % "sentry-logback" % "1.6.6"
44+
libraryDependencies += "io.sentry" % "sentry-logback" % "1.6.7"
4545

46-
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-logback%7C1.6.6%7Cjar>`_.
46+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-logback%7C1.6.7%7Cjar>`_.
4747

4848
Usage
4949
-----

docs/modules/spring.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ Using Maven:
2222
<dependency>
2323
<groupId>io.sentry</groupId>
2424
<artifactId>sentry-spring</artifactId>
25-
<version>1.6.6</version>
25+
<version>1.6.7</version>
2626
</dependency>
2727

2828
Using Gradle:
2929

3030
.. sourcecode:: groovy
3131

32-
compile 'io.sentry:sentry-spring:1.6.6'
32+
compile 'io.sentry:sentry-spring:1.6.7'
3333

3434
Using SBT:
3535

3636
.. sourcecode:: scala
3737

38-
libraryDependencies += "io.sentry" % "sentry-spring" % "1.6.6"
38+
libraryDependencies += "io.sentry" % "sentry-spring" % "1.6.7"
3939

40-
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-spring%7C1.6.6%7Cjar>`_.
40+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-spring%7C1.6.7%7Cjar>`_.
4141

4242
Usage
4343
-----

docs/usage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ Using Maven:
1818
<dependency>
1919
<groupId>io.sentry</groupId>
2020
<artifactId>sentry</artifactId>
21-
<version>1.6.6</version>
21+
<version>1.6.7</version>
2222
</dependency>
2323

2424
Using Gradle:
2525

2626
.. sourcecode:: groovy
2727

28-
compile 'io.sentry:sentry:1.6.6'
28+
compile 'io.sentry:sentry:1.6.7'
2929

3030
Using SBT:
3131

3232
.. sourcecode:: scala
3333

34-
libraryDependencies += "io.sentry" % "sentry" % "1.6.6"
34+
libraryDependencies += "io.sentry" % "sentry" % "1.6.7"
3535

36-
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.6.6%7Cjar>`_.
36+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry%7C1.6.7%7Cjar>`_.
3737

3838
Capture an Error
3939
----------------

0 commit comments

Comments
 (0)