Skip to content

Commit ca05891

Browse files
authored
Update docs version dropdown for 1.12.7 release (#33091)
## Summary & Motivation See title ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section. --------- Signed-off-by: nikki everett <nikki@dagsterlabs.com>
1 parent 099a6a4 commit ca05891

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.md

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

77
- Optimized performance of calculating partition keys for time window partitions with exclusions.
88
- `timedelta` and `datetime` are now available via the `datetime` context when rendering components (Thanks, [@stevenayers](https://github.com/stevenayers)!)
9-
- `FreshnessPolicy` is now available via the `dg` context when rendering components. (Thanks, [@stevenayers](@https://github.com/stevenayers)!)
9+
- `FreshnessPolicy` is now available via the `dg` context when rendering components. (Thanks, [@stevenayers](https://github.com/stevenayers)!)
1010
- Assets may now be annotated with up to 10 kinds (limit was previously 3).
1111
- Arbitrary resource parameters may now be hidden in the UI by setting `json_schema_extra={"dagster__is_secret": True}` on the corresponding `Field` definition in the resource class.
1212
- The `dg docs` cli group has been removed. The `integrations` subcommand has been moved to `dg utils integrations`.

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ const config: Config = {
224224
lastVersion: 'current',
225225
versions: {
226226
current: {
227-
label: 'Latest (1.12.6)',
227+
label: 'Latest (1.12.7)',
228228
path: '/',
229229
},
230230
},

0 commit comments

Comments
 (0)