Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.2](v1.11.1...v1.11.2) (2021-09-13)

### Bug Fixes

* **dependencies:** update rust crate serde to 1.0.130 ([5f9b78a](5f9b78a))
  • Loading branch information
stencila-ci committed Sep 13, 2021
1 parent 5f9b78a commit e8e8599
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.11.2](https://github.com/stencila/schema/compare/v1.11.1...v1.11.2) (2021-09-13)


### Bug Fixes

* **dependencies:** update rust crate serde to 1.0.130 ([5f9b78a](https://github.com/stencila/schema/commit/5f9b78ae4e17f8bfdd06d293d343414a8fa23cf2))

## [1.11.1](https://github.com/stencila/schema/compare/v1.11.0...v1.11.1) (2021-08-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencila/schema",
"version": "1.11.1",
"version": "1.11.2",
"description": "Extensions to schema.org to support semantic, composable, parameterize-able and executable documents",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run(self):

setup(
name="stencila-schema",
version="1.11.1",
version="1.11.2",
description="",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ URL: https://github.com/stencila/schema#readme
BugReports: https://github.com/stencila/schema/issues
License: Apache License (>= 2)
Language: en-gb
Version: 1.11.1
Version: 1.11.2
Encoding: UTF-8
Suggests:
covr,
Expand Down
22 changes: 11 additions & 11 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stencila-schema"
version = "1.11.1"
version = "1.11.2"
edition = "2018"
description = "Rust bindings for Stencila Schema"
authors = ["Nokome Bentley <nokome@stenci.la>"]
Expand Down

0 comments on commit e8e8599

Please sign in to comment.