Skip to content

Commit

Permalink
New version: ChilliBits.Spice version 0.19.5 (#145602)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Mar 21, 2024
1 parent f11cf4c commit d83f1f0
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
@@ -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.19.5
InstallerLocale: en-US
Platform:
- Windows.Desktop
InstallerType: wix
Scope: machine
InstallModes:
- silent
UpgradeBehavior: install
ProductCode: '{1E33D45A-984B-4EB4-AA0C-04675F485A70}'
ReleaseDate: 2024-03-20
AppsAndFeaturesEntries:
- UpgradeCode: '{5FF53ED4-44FC-4078-AF2F-89134E00CD06}'
Installers:
- Architecture: x64
InstallerUrl: https://github.com/spicelang/spice/releases/download/0.19.5/spice_x64_setup.msi
InstallerSha256: 8B3647E5DE8594E86139BF857DE53468B3350B056E71BFD3FB0EB88CDAA50C38
ManifestType: installer
ManifestVersion: 1.5.0
@@ -0,0 +1,54 @@
# 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.19.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
- : Extend bootstrap compiler (#489) (@marcauberer)
- : Bump mkdocs-material from 9.5.11 to 9.5.12 in /docs (#490) (@dependabot[bot])
- : Extend HashTable std (#491) (@marcauberer)
- : Fix OOP tutorial (#492) (@marcauberer)
- : Upgrade to LLVM 18.1.0 (#493) (@marcauberer)
- : Enhance documentation (#494) (@marcauberer)
- : Finish unordered map std (#495) (@marcauberer)
- : Bump mkdocs-material from 9.5.12 to 9.5.13 in /docs (#497) (@dependabot[bot])
- : Bump mkdocs-material[imaging] from 9.5.12 to 9.5.13 in /docs (#496) (@dependabot[bot])
- : Make Result<T> type builtin (#498) (@marcauberer)
- : Add total LOC to debug output (#499) (@marcauberer)
- : Bump mkdocs-material from 9.5.13 to 9.5.14 in /docs (#501) (@dependabot[bot])
- : Bump mkdocs-material[imaging] from 9.5.13 to 9.5.14 in /docs (#500) (@dependabot[bot])
- : Make Error type builtin (#502) (@marcauberer)
- : Upgrade to LLVM 18.1.1 (#503) (@marcauberer)
- : Upgrade to LLVM 18.1.2 (#504) (@marcauberer)
What to do next?
- Install Spice
- Visit www.spicelang.com to test the new features
ReleaseNotesUrl: https://github.com/spicelang/spice/releases/tag/0.19.5
ManifestType: defaultLocale
ManifestVersion: 1.5.0
8 changes: 8 additions & 0 deletions manifests/c/ChilliBits/Spice/0.19.5/ChilliBits.Spice.yaml
@@ -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.19.5
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit d83f1f0

Please sign in to comment.