Skip to content

Commit 16b56b9

Browse files
committed
bump schema-salad version, document narrowing types
1 parent 00fe2fb commit 16b56b9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COVBASE=coverage run --append
3434

3535
# Updating the Major & Minor version below?
3636
# Don't forget to update setup.py as well
37-
VERSION=8.2.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
37+
VERSION=8.3.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
3838
--max-count=1 --format=format:%cI`)
3939

4040
## all : default task

schema_salad/metaschema/metaschema.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ $graph:
309309
type: boolean?
310310
doc: |
311311
If true, this record is abstract and may be used as a base for other
312-
records, but is not valid on its own.
312+
records, but is not valid on its own. Inherited fields may be
313+
re-specified to narrow their type.
313314
314315
- name: extends
315316
type:
@@ -321,7 +322,7 @@ $graph:
321322
refScope: 1
322323
doc: |
323324
Indicates that this record inherits fields from one or more base records.
324-
325+
Inherited fields may be re-specified to narrow their type.
325326
- name: specialize
326327
type:
327328
- SpecializeDef[]?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
setup(
9292
name="schema-salad",
93-
version="8.2", # update the VERSION prefix in the Makefile as well 🙂
93+
version="8.3", # update the VERSION prefix in the Makefile as well 🙂
9494
description="Schema Annotations for Linked Avro Data (SALAD)",
9595
long_description=open(README).read(),
9696
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)