Skip to content

Commit

Permalink
chore: bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Aug 31, 2024
1 parent 3bcfc27 commit 2b928c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v0.11.0 - 2024-08-31

**Added**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ iex> Scribe.print(data, alignment: :right)

### Styles

Scribe supports four styling formats natively, with support for custom adapters.
Scribe supports five styling formats natively, with support for custom adapters.

_Default_

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Scribe.Mixfile do
use Mix.Project

@source_url "https://github.com/codedge-llc/scribe"
@version "0.10.0"
@version "0.11.0"

def project do
[
Expand Down

0 comments on commit 2b928c8

Please sign in to comment.