Skip to content

Commit a038949

Browse files
committed
Bump Version to 0.35.0
1 parent 840e898 commit a038949

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7-
## [Unreleased]
7+
## [0.35.0 - 2025-12-04]
88
### Release Notes
99
- VyOS now has it's own Model and should be used for supported VyOS versions instead of the Vyatta Model.
1010
- AosCX has been reworked and may break old OS versions. Submit an issue along with a YAML Simulation File if you encounter problems.

lib/oxidized/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# frozen_string_literal: true
22

33
module Oxidized
4-
VERSION = '0.34.3'
5-
VERSION_FULL = '0.34.3'
4+
VERSION = '0.35.0'
5+
VERSION_FULL = '0.35.0'
66
def self.version_set
77
version_full = %x(git describe --tags).chop rescue ""
88
version = %x(git describe --tags --abbrev=0).chop rescue ""

0 commit comments

Comments
 (0)