Skip to content

Commit

Permalink
New version: ChilliBits.Spice version 0.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Sep 2, 2024
1 parent e8e6e80 commit 91bbdfe
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: ChilliBits.Spice
PackageVersion: 0.20.5
InstallerLocale: en-US
Platform:
- Windows.Desktop
InstallerType: wix
Scope: machine
InstallModes:
- silent
UpgradeBehavior: install
ProductCode: '{C5EC243E-76A5-405B-B8D5-25F5ACEB0C92}'
ReleaseDate: 2024-09-02
AppsAndFeaturesEntries:
- UpgradeCode: '{EA9FD143-DB2C-4C7A-8735-52BAA4F44B7D}'
Installers:
- Architecture: x64
InstallerUrl: https://github.com/spicelang/spice/releases/download/0.20.5/spice_x64_setup.msi
InstallerSha256: BD4198002C4AF17842F0F0260693FBAB984B357249B7019FCBF7D425321BD452
ManifestType: installer
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: ChilliBits.Spice
PackageVersion: 0.20.5
PackageLocale: en-US
Publisher: ChilliBits
PublisherUrl: https://chillibits.com
PublisherSupportUrl: https://www.spicelang.com
PrivacyUrl: https://www.chillibits.com/en/legal-notice
Author: Marc Auberer
PackageName: Spice
PackageUrl: https://www.spicelang.com
License: MIT
LicenseUrl: https://raw.githubusercontent.com/spicelang/spice/main/LICENSE
Copyright: Copyright (c) 2021-2023 ChilliBits
ShortDescription: Spice is a statically-typed, easy to use and compiled programming language. It supports cross-compilation and is especially useful for programming close to the system.
Description: |-
The Spice Programming Language is a compiled language, which can score with it's blazing fast execution time and the universal applicability.
Spice is inspired partially by Golang and C, but improves some things by abstraction which could impact ones productivity in a negative way.
Tags:
- antlr
- chillibits
- cli
- compiler
- docker
- language
- llvm
- programming-language
- spice
ReleaseNotes: |-
Changelog
- : Rebrand Twitter to X in docs (#635) (@marcauberer)
- : Introduce Deque (double ended queue) std container (#636) (@marcauberer)
- : Fix bug in debug info for lambdas (#637) (@marcauberer)
- : Upgrade to LLVM 19.1.0-rc3 (#638) (@marcauberer)
- : Improve type checker revisiting mechanism (#639) (@marcauberer)
- : Bump mkdocs-git-revision-date-localized-plugin from 1.2.6 to 1.2.7 in /docs (#640) (@dependabot[bot])
- : Bump mkdocs-material from 9.5.31 to 9.5.33 in /docs (#641) (@dependabot[bot])
- : Bump mkdocs-material[imaging] from 9.5.31 to 9.5.33 in /docs (#642) (@dependabot[bot])
- : Fix duplicate copy ctor (#643) (@marcauberer)
- : Add filesystem std (#644) (@marcauberer)
- : Add more code docs to filepath std (#645) (@marcauberer)
- : Update Goreleaser & Go version for publishing (#646) (@marcauberer)
- : Bump mkdocs-material from 9.5.33 to 9.5.34 in /docs (#648) (@dependabot[bot])
- : Bump mkdocs-material[imaging] from 9.5.33 to 9.5.34 in /docs (#647) (@dependabot[bot])
What to do next?
- Install Spice
- Visit www.spicelang.com to test the new features
ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.20.5
ManifestType: defaultLocale
ManifestVersion: 1.5.0
8 changes: 8 additions & 0 deletions manifests/c/ChilliBits/Spice/0.20.5/ChilliBits.Spice.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: ChilliBits.Spice
PackageVersion: 0.20.5
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit 91bbdfe

Please sign in to comment.