Skip to content

Commit

Permalink
Bump doc version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamuray committed Jan 25, 2021
1 parent 21dea3f commit a19876e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/consuming-any-data.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Consuming Arbitrary Topic
=========================
:base_version: 0.0.46-SNAPSHOT
:base_version: 1.0.0
:modules: common,protocol,processor

This document guides you how to consume and process topics containing records not consists of Decaton's protocol (not produced by DecatonClient) using Decaton processors.
Expand Down
2 changes: 1 addition & 1 deletion docs/dynamic-property-configuration.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Dynamic Property Configuration
=============================
:base_version: 0.0.45
:base_version: 1.0.0
:modules: centraldogma,processor

== Property Supplier
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Getting Started Decaton
=======================
:base_version: 0.0.45
:base_version: 1.0.0
:modules: common,client,processor,protobuf

Let's start from the most basic usage of Decaton client/processor.
Expand Down
2 changes: 1 addition & 1 deletion docs/key-blocking.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Key Blocking
:base_version: 0.0.45
:base_version: 1.0.0
:modules: processor

== Introduction
Expand Down
2 changes: 1 addition & 1 deletion docs/monitoring.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Monitoring Decaton
==================
:base_version: 0.0.45
:base_version: 1.0.0
:modules: processor

This document guides you how to monitor your Decaton processor applications.
Expand Down
2 changes: 1 addition & 1 deletion docs/rate-limiting.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Rate Limiting
:base_version: 0.0.45
:base_version: 1.0.0
:modules: processor

== Introduction
Expand Down
2 changes: 1 addition & 1 deletion docs/retry-queueing.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Retry Queuing
:base_version: 0.0.45
:base_version: 1.0.0
:modules: processor

== Introduction
Expand Down
2 changes: 1 addition & 1 deletion docs/task-compaction.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Task Compaction
:base_version: 0.0.45
:base_version: 1.0.0
:modules: processor

== Introduction
Expand Down
2 changes: 1 addition & 1 deletion docs/tracing.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Tracing
:base_version: 0.0.45
:base_version: 1.0.0
:modules: brave,processor

Decaton can integrate with distributed tracing frameworks so that you can associate the processing of a message
Expand Down
2 changes: 1 addition & 1 deletion docs/why-decaton.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Why Decaton
===========
:base_version: 0.0.45
:base_version: 1.0.0
:modules: processor

This document explains why we have decided to create a new consumer framework.
Expand Down

0 comments on commit a19876e

Please sign in to comment.